Closed josephbirkner closed 2 years ago
Without this change, a query like trace(keys(**)) will store string views in the result environment, but the environment might outlive the model.
trace(keys(**))
Without this change, a query like
trace(keys(**))
will store string views in the result environment, but the environment might outlive the model.