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

Function isOutput

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

Source from the content-addressed store, hash-verified

15}
16
17function isOutput(graph, name) {
18 return graph.outputs.hasOwnProperty(name);
19}
20
21function parseGraph(config, graph) {
22 let nodes = {};

Callers 1

parseGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected