MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / print_json

Function print_json

supervisor/client/src/main.rs:104–106  ·  view source on GitHub ↗
(value: &T)

Source from the content-addressed store, hash-verified

102}
103
104fn print_json<T: serde::Serialize>(value: &T) {
105 println!("{}", serde_json::to_string(value).unwrap());
106}

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected