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