MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / println_json

Function println_json

packages/server/src/main.rs:5751–5754  ·  view source on GitHub ↗
(value: &Value)

Source from the content-addressed store, hash-verified

5749include!("main/batch.rs");
5750
5751fn println_json(value: &Value) -> anyhow::Result<()> {
5752 println!("{}", serde_json::to_string_pretty(value)?);
5753 Ok(())
5754}
5755
5756fn parse_point(value: &str) -> Result<(f64, f64), String> {
5757 let (x, y) = value

Callers 9

stop_project_serviceFunction · 0.85
kill_all_servicesFunction · 0.85
service_statusFunction · 0.85
print_pairing_resultFunction · 0.85
mainFunction · 0.85
print_list_simulatorsFunction · 0.85
print_describe_uiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected