MCPcopy Index your code
hub / github.com/lutzroeder/netron / hasUses

Method hasUses

source/python.js:12772–12779  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12770 return this._outputs[i];
12771 }
12772 hasUses() {
12773 for (const o of this.outputs()) {
12774 if (o.uses().length > 0) {
12775 return true;
12776 }
12777 }
12778 return false;
12779 }
12780 blocks() {
12781 return this._blocks;
12782 }

Callers 5

markReturnNodeMethod · 0.80
sweepMethod · 0.80
constructorMethod · 0.80

Calls 2

usesMethod · 0.80
outputsMethod · 0.45

Tested by

no test coverage detected