MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / json_stringify

Function json_stringify

indexer/src/translate.rs:271–276  ·  view source on GitHub ↗
(v: &T)

Source from the content-addressed store, hash-verified

269}
270
271fn json_stringify<T>(v: &T) -> String
272where
273 T: ?Sized + Serialize,
274{
275 serde_json::to_string(v).expect("Fail to serialize into JSON string")
276}

Callers 4

debugger_infoFunction · 0.85
breakpointFunction · 0.85
eventFunction · 0.85
type_info_ofFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected