MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / describe_node

Method describe_node

packages/server/src/devtools.rs:1680–1685  ·  view source on GitHub ↗
(&self, node_id: u64)

Source from the content-addressed store, hash-verified

1678 }
1679
1680 fn describe_node(&self, node_id: u64) -> Value {
1681 if node_id == 1 {
1682 return self.document_node(0);
1683 }
1684 self.node_value(node_id, 1)
1685 }
1686
1687 fn children_for_node(&self, node_id: u64, depth: i64) -> Vec<Value> {
1688 if node_id == 1 {

Callers

nothing calls this directly

Calls 2

document_nodeMethod · 0.80
node_valueMethod · 0.80

Tested by

no test coverage detected