Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
def
run_deep_link(target: str) -> DirectModeReport:
21
return
DirectModeReport(mode=
'deep-link'
, target=target, active=True)
Callers
1
main
Function · 0.85
Calls
1
DirectModeReport
Class · 0.85
Tested by
no test coverage detected