You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
Context.root. Even if we implemented it as in the python client it would not work, since Context tends to be a free context used only to copy nodes back and forth native memory.
I mean, right now we can call Context.root but it will say it does not find the native method. Probably we lost the method on the migration to v2.
We should provide a way of querying the root of a Context
The text was updated successfully, but these errors were encountered:
Context.root
. Even if we implemented it as in thepython client
it would not work, sinceContext
tends to be a free context used only to copy nodes back and forth native memory.I mean, right now we can call
Context.root
but it will say it does not find the native method. Probably we lost the method on the migration to v2.We should provide a way of querying the root of a
Context
The text was updated successfully, but these errors were encountered: