MCPcopy
hub / github.com/lutzroeder/netron / uses

Method uses

source/python.js:13157–13159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13155 return this._node.owningGraph();
13156 }
13157 uses() {
13158 return this._uses;
13159 }
13160 hasUses() {
13161 return this._uses.length > 0;
13162 }

Callers 8

to_jsonMethod · 0.80
hasUsesMethod · 0.80
addInputMethod · 0.80
replaceFirstUseWithMethod · 0.80
replaceAllUsesWithMethod · 0.80
destroyNodeAfterExitMethod · 0.80
delattrMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected