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

Function isGraph

flow-debugger/debugger-ui/src/parser.js:9–11  ·  view source on GitHub ↗
(config, name)

Source from the content-addressed store, hash-verified

7}
8
9function isGraph(config, name) {
10 return config.graphs.hasOwnProperty(name);
11}
12
13function isInput(graph, name) {
14 return graph.inputs.hasOwnProperty(name);

Callers 3

parseGraphFunction · 0.85
parseFunction · 0.85
splitQpsNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected