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

Method string

source/tf.js:1524–1528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1522 }
1523
1524 string() {
1525 const size = this.uint32();
1526 const buffer = this.read(size);
1527 return this._decoder.decode(buffer);
1528 }
1529
1530 varint32() {
1531 return this.varint64();

Callers 15

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

Calls 3

uint32Method · 0.45
readMethod · 0.45
decodeMethod · 0.45

Tested by

no test coverage detected