Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
function
isGraph(config, name) {
10
return
config.graphs.hasOwnProperty(name);
11
}
12
13
function
isInput(graph, name) {
14
return
graph.inputs.hasOwnProperty(name);
Callers
3
parseGraph
Function · 0.85
parse
Function · 0.85
splitQpsNode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected