Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
def
run_teleport_mode(target: str) -> RuntimeModeReport:
25
return
RuntimeModeReport(
'teleport'
, True, f
'Teleport resume/create placeholder prepared for {target}'
)
Callers
1
main
Function · 0.85
Calls
1
RuntimeModeReport
Class · 0.85
Tested by
no test coverage detected