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

Method describe

flow-plugins/src/utils/image.rs:46–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45impl Entity for Image {
46 fn describe() -> Schema {
47 Schema {
48 description: Cow::Borrowed("image"),
49 schema_type: Some(Type::String),
50 format: Cow::Borrowed("binary"),
51 ..Default::default()
52 }
53 }
54}
55
56impl ResponseEntity for Image {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected