MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / root

Method root

quantmind/knowledge/_tree.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 root_node_id: UUID
58 nodes: dict[UUID, TreeNode]
59
60 def root(self) -> TreeNode:
61 return self.nodes[self.root_node_id]
62
63 def children_of(self, node_id: UUID) -> list[TreeNode]:

Callers 4

embedding_textMethod · 0.95
test_root_helperMethod · 0.80
test_minimalMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_root_helperMethod · 0.64
test_minimalMethod · 0.64