MCPcopy
hub / github.com/1Panel-dev/MaxKB / success

Method success

apps/common/utils/fork.py:65–66  ·  view source on GitHub ↗
(html_content: str, child_link_list: List[ChildLink])

Source from the content-addressed store, hash-verified

63
64 @staticmethod
65 def success(html_content: str, child_link_list: List[ChildLink]):
66 return Fork.Response(html_content, child_link_list, 200, '')
67
68 @staticmethod
69 def error(message: str):

Callers 15

getMethod · 0.45
getMethod · 0.45
postMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
getMethod · 0.45
postMethod · 0.45
getMethod · 0.45
deleteMethod · 0.45
getMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected