MCPcopy 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
17class ChildLink:
18 def __init__(self, url, tag):
19 self.url = url
20 self.tag = copy.deepcopy(tag)
21
22
23class ForkManage:

Callers 2

forkMethod · 0.85
get_child_link_listMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected