Skip to content

Commit

Permalink
Unify #@linksto usage (#1397)
Browse files Browse the repository at this point in the history
This does not change any behavior of anything.
This is just consistency management with `#@linksto` tag that we have
for `lockEnvironment(.raw_data)`


https://github.com/search?q=repo%3Ainsightsengineering%2Fteal+%23+%40linksto&type=code

<img width="610" alt="image"
src="https://github.com/user-attachments/assets/a0fc9038-5826-42a9-823d-3a2936d4008c">

---------

Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr authored Oct 28, 2024
1 parent da3be66 commit fb01417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/module_filter_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ srv_filter_data <- function(id, datasets, active_datanames, data_rv, is_active)
".raw_data <- list2env(list(",
toString(sprintf("%1$s = %1$s", sapply(datanames, as.name))),
"))\n",
"lockEnvironment(.raw_data) #@linksto .raw_data" # this is environment and it is shared by qenvs. CAN'T MODIFY!
"lockEnvironment(.raw_data) # @linksto .raw_data" # this is environment and it is shared by qenvs. CAN'T MODIFY!
)
)
filtered_code <- .get_filter_expr(datasets = datasets, datanames = datanames)
Expand Down

0 comments on commit fb01417

Please sign in to comment.