Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
function
isInput(graph, name) {
14
return
graph.inputs.hasOwnProperty(name);
15
}
16
17
function
isOutput(graph, name) {
18
return
graph.outputs.hasOwnProperty(name);
Callers
1
parseGraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected