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

Method array

source/python.js:5323–5329  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

5321 return map;
5322 }
5323 array(size) {
5324 const array = new Array(size);
5325 for (let i = 0; i < size; i++) {
5326 array[i] = this.value();
5327 }
5328 return array;
5329 }
5330 extension(size) {
5331 const code = this._view.getUint8(this.skip(1));
5332 const data = this.read(size);

Callers 15

decodeMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
decodeMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeTextMethod · 0.45
decodeMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected