MCPcopy
hub / github.com/DedSecInside/TorBot / load

Method load

torbot/modules/linktree.py:42–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 self._client = client
41
42 def load(self) -> None:
43 self._append_node(id=self._url, parent_id=None)
44 self._build_tree(url=self._url, depth=self._depth)
45
46 def _append_node(self, id: str, parent_id: str | None) -> None:
47 """

Callers 2

runFunction · 0.95
main.pyFile · 0.80

Calls 2

_append_nodeMethod · 0.95
_build_treeMethod · 0.95

Tested by

no test coverage detected