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

Method createStore

source/python.js:12344–12348  ·  view source on GitHub ↗
(name, v)

Source from the content-addressed store, hash-verified

12342 return n;
12343 }
12344 createStore(name, v) {
12345 const n = this.create('prim::Store', [v], 0);
12346 n.s_('name', name);
12347 return n;
12348 }
12349 inputs() {
12350 return this._block.inputs();
12351 }

Callers 4

insertStoreMethod · 0.80
emitIfElseBlocksMethod · 0.80
addBlockInputMethod · 0.80
addNodeOutputMethod · 0.80

Calls 2

s_Method · 0.80
createMethod · 0.45

Tested by

no test coverage detected