Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Work-Fisher/code-claw
/ as_text
Method
as_text
claw-code/src/direct_modes.py:12–13 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
active: bool
11
12
def
as_text(self) -> str:
13
return
f
'mode={self.mode}\ntarget={self.target}\nactive={self.active}'
14
15
16
def
run_direct_connect(target: str) -> DirectModeReport:
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected