MCPcopy 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

markReturnNodeMethod · 0.80
transformLoopMethod · 0.80

Calls 2

bodyBlockMethod · 0.80
outputsMethod · 0.45

Tested by

no test coverage detected