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

Function run_direct_connect

claw-code/src/direct_modes.py:16–17  ·  view source on GitHub ↗
(target: str)

Source from the content-addressed store, hash-verified

14
15
16def run_direct_connect(target: str) -> DirectModeReport:
17 return DirectModeReport(mode='direct-connect', target=target, active=True)
18
19
20def run_deep_link(target: str) -> DirectModeReport:

Callers 1

mainFunction · 0.85

Calls 1

DirectModeReportClass · 0.85

Tested by

no test coverage detected