Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
271
fn json_stringify<T>(v: &T) -> String
272
where
273
T: ?Sized + Serialize,
274
{
275
serde_json::to_string(v).expect(
"Fail to serialize into JSON string"
)
276
}
Callers
4
debugger_info
Function · 0.85
breakpoint
Function · 0.85
event
Function · 0.85
type_info_of
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected