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

Function isInput

flow-debugger/debugger-ui/src/parser.js:13–15  ·  view source on GitHub ↗
(graph, name)

Source from the content-addressed store, hash-verified

11}
12
13function isInput(graph, name) {
14 return graph.inputs.hasOwnProperty(name);
15}
16
17function isOutput(graph, name) {
18 return graph.outputs.hasOwnProperty(name);

Callers 1

parseGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected