Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ to_line
Method
to_line
src/daemon.rs:239–241 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
237
}
238
239
pub fn to_line(&self) -> Result<String> {
240
Ok(serde_json::to_string(self)?)
241
}
242
243
pub fn from_line(line: &str) -> Result<Self> {
244
Ok(serde_json::from_str(line.trim())?)
Callers
7
notify_hook_event_inner
Function · 0.80
send_daemon_request_line
Function · 0.80
call_tool
Function · 0.80
daemon_handshake_round_trips_project_scope_and_timings
Function · 0.80
daemon_handshake_ignores_unknown_fields_for_old_daemons
Function · 0.80
daemon_handshake_advertises_binary_version
Function · 0.80
socket_client_serves_profile_scoped_lcm_without_project
Function · 0.80
Calls
no outgoing calls
Tested by
4
daemon_handshake_round_trips_project_scope_and_timings
Function · 0.64
daemon_handshake_ignores_unknown_fields_for_old_daemons
Function · 0.64
daemon_handshake_advertises_binary_version
Function · 0.64
socket_client_serves_profile_scoped_lcm_without_project
Function · 0.64