MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / BareJson

Class BareJson

flow-plugins/src/utils/bare_json.rs:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19#[derive(Schema)]
20pub(crate) struct BareJson {
21 inner: String,
22}
23
24impl BareJson {
25 pub fn new(inner: String) -> BareJson {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected