Expand description
Implementation of the fuchsia.inspect.Tree
protocol server.
Functionsยง
- Runs a server for the
fuchsia.inspect.Tree
protocol. This protocol returns the VMO associated with the given tree onget_content
and allows to open linked trees (lazy nodes). - Spawns a
fuchsia.inspect.Tree
server and returns the task handlingfuchsia.inspect.Tree requests and a
ClientEnd` handle to the tree. - Spawns a server for the
fuchsia.inspect.Tree
protocol. This protocol returns the VMO associated with the given tree onget_content
and allows to open linked trees (lazy nodes).