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

Method inBlockList

source/python.js:12913–12915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12911 this._inputs = [];
12912 }
12913 inBlockList() {
12914 return this.next !== null;
12915 }
12916 removeFromList() {
12917 this._owning_block = null;
12918 const next = this.next;

Callers 5

insertNodeMethod · 0.80
appendNodeMethod · 0.80
insertBeforeMethod · 0.80
insertAfterMethod · 0.80
destroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected