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

Method _insert

source/python.js:8968–8970  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

8966 return n;
8967 }
8968 _insert(n) {
8969 this._root.prepend(n);
8970 }
8971 output(result, type_expr) {
8972 return this.create_node('output', 'output', new builtins.tuple(result), null, type_expr);
8973 }

Callers 1

create_nodeMethod · 0.80

Calls 1

prependMethod · 0.80

Tested by

no test coverage detected