We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e4ed5 commit f8114d6Copy full SHA for f8114d6
docs/src/api.md
@@ -201,6 +201,13 @@ Safe extraction of values from a given [`AbstractVarInfo`](@ref) as they are see
201
values_as_in_model
202
```
203
204
+`values_as_in_model` also uses the `tracked_varnames` field on a [`Model`](@ref) to determine which variables are extracted.
205
+To change the value of this field, you can use [`set_tracked_varnames`](@ref).
206
+
207
+```@docs
208
+set_tracked_varnames
209
+```
210
211
```@docs
212
NamedDist
213
0 commit comments