Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ ChildLink
Class
ChildLink
apps/common/utils/fork.py:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
17
class
ChildLink:
18
def
__init__(self, url, tag):
19
self.url = url
20
self.tag = copy.deepcopy(tag)
21
22
23
class
ForkManage:
Callers
2
fork
Method · 0.85
get_child_link_list
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected