MCPcopy Create free account
hub / github.com/Loping151/RoverSign / get_need_proxy_func

Function get_need_proxy_func

RoverSign/utils/api/api.py:52–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52def get_need_proxy_func():
53 from ...roversign_config.roversign_config import RoverSignConfig
54
55 NeedProxyFunc = RoverSignConfig.get_config("NeedProxyFunc").data
56 if NeedProxyFunc:
57 return NeedProxyFunc
58 return []

Callers 1

_waves_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected