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

Method str

source/python.js:4564–4569  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4562 }
4563 };
4564 const str = () => {
4565 const n = integer();
4566 const s = utf8.decode(buffer.subarray(p, p + n));
4567 p += n;
4568 return s;
4569 };
4570 const typed = (t, n) => {
4571 const a = new Array(n);
4572 switch (t) {

Callers 5

__str__Method · 0.45
getMethodMethod · 0.45
strMethod · 0.45
printTypeListMethod · 0.45
constructorMethod · 0.45

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected