Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
function
isOutput(graph, name) {
18
return
graph.outputs.hasOwnProperty(name);
19
}
20
21
function
parseGraph(config, graph) {
22
let
nodes = {};
Callers
1
parseGraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected