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

Method inputs

flow-python/src/lib.rs:54–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

52 }
53
54 fn inputs(&self) -> Vec<&str> {
55 self.inps.keys().map(|x| x.as_str()).collect()
56 }
57
58 fn outputs(&self) -> Vec<&str> {
59 self.outs.keys().map(|x| x.as_str()).collect()

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected