MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / start_server

Function start_server

Scripts/ButSystem.py:17131–17138  ·  view source on GitHub ↗
(host: str, port: int, use_https: bool = True, lan_ip: str = "")

Source from the content-addressed store, hash-verified

17129
17130This docstring was expanded to make future maintenance easier.
17131
17132Args:
17133 eid: Parameter.
17134
17135Returns:
17136 Varies.
17137"""
17138 owner = current_user()
17139 try:
17140 entry, atts = profiler_get(owner, eid)
17141 except KeyError:

Callers 1

mainFunction · 0.70

Calls 1

Tested by

no test coverage detected