MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / start

Function start

src/main.py:534–537  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532
533
534def start():
535 # Call function
536 action_kwargs = config.getActionArguments()
537 actions.call(config.action, action_kwargs)

Callers

nothing calls this directly

Calls 2

getActionArgumentsMethod · 0.80
callMethod · 0.80

Tested by

no test coverage detected