MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / run_teleport_mode

Function run_teleport_mode

claw-code/src/remote_runtime.py:24–25  ·  view source on GitHub ↗
(target: str)

Source from the content-addressed store, hash-verified

22
23
24def run_teleport_mode(target: str) -> RuntimeModeReport:
25 return RuntimeModeReport('teleport', True, f'Teleport resume/create placeholder prepared for {target}')

Callers 1

mainFunction · 0.85

Calls 1

RuntimeModeReportClass · 0.85

Tested by

no test coverage detected