Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
insertNode
Method · 0.80
appendNode
Method · 0.80
insertBefore
Method · 0.80
insertAfter
Method · 0.80
destroy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected