Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_text
Method · 0.95
test_paper_dict_uuid_keys_round_trip
Method · 0.80
test_root_helper
Method · 0.80
test_minimal
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_paper_dict_uuid_keys_round_trip
Method · 0.64
test_root_helper
Method · 0.64
test_minimal
Method · 0.64