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

Method freeNode

source/python.js:12430–12432  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

12428 this._insert_before = node;
12429 }
12430 freeNode(n) {
12431 this.all_nodes.delete(n);
12432 }
12433 freeValue(v) {
12434 v.setDebugName('');
12435 this.all_values.delete(v);

Callers 1

destroyMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected