Expand description
Implementation of the fuchsia.inspect.Tree protocol server.
Functionsยง
- handle_
request_ stream - Runs a server for the
fuchsia.inspect.Treeprotocol. This protocol returns the VMO associated with the given tree onget_contentand allows to open linked trees (lazy nodes). - spawn_
tree_ server - Spawns a
fuchsia.inspect.Treeserver and returns the task handlingfuchsia.inspect.Tree requests and aClientEnd` handle to the tree. - spawn_
tree_ server_ with_ stream - Spawns a server for the
fuchsia.inspect.Treeprotocol. This protocol returns the VMO associated with the given tree onget_contentand allows to open linked trees (lazy nodes).