Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ nextCond
Method
nextCond
source/python.js:18382–18384 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18380
return
this._node.blocks().at(0);
18381
}
18382
nextCond() {
18383
return
this.bodyBlock().outputs()[0];
18384
}
18385
carriedOutputs() {
18386
return
this._node.outputs();
18387
}
Callers
2
markReturnNode
Method · 0.80
transformLoop
Method · 0.80
Calls
2
bodyBlock
Method · 0.80
outputs
Method · 0.45
Tested by
no test coverage detected