Module service

Source
Expand description

Implementation of the fuchsia.inspect.Tree protocol server.

Functions§

handle_request_stream
Runs a server for the fuchsia.inspect.Tree protocol. This protocol returns the VMO associated with the given tree on get_content and allows to open linked trees (lazy nodes).
spawn_tree_server
Spawns a fuchsia.inspect.Tree server and returns the task handling fuchsia.inspect.Tree requests and a ClientEnd` handle to the tree.
spawn_tree_server_with_stream
Spawns a server for the fuchsia.inspect.Tree protocol. This protocol returns the VMO associated with the given tree on get_content and allows to open linked trees (lazy nodes).