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

Function run_deep_link

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

Source from the content-addressed store, hash-verified

18
19
20def run_deep_link(target: str) -> DirectModeReport:
21 return DirectModeReport(mode='deep-link', target=target, active=True)

Callers 1

mainFunction · 0.85

Calls 1

DirectModeReportClass · 0.85

Tested by

no test coverage detected