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

Method string

source/python.js:5348–5352  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

5346 return data;
5347 }
5348 string(size) {
5349 const buffer = this.read(size);
5350 this._decoder = this._decoder || new TextDecoder('utf8');
5351 return this._decoder.decode(buffer);
5352 }
5353 };
5354 return new BinaryReader(packed, ext_hook).value();
5355 });

Callers

nothing calls this directly

Calls 2

readMethod · 0.45
decodeMethod · 0.45

Tested by

no test coverage detected