Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
decode
Method · 0.45
decodeText
Method · 0.45
decode
Method · 0.45
decodeText
Method · 0.45
decode
Method · 0.45
decodeText
Method · 0.45
decode
Method · 0.45
decodeText
Method · 0.45
decode
Method · 0.45
decodeText
Method · 0.45
decode
Method · 0.45
decodeText
Method · 0.45
Calls
3
uint32
Method · 0.45
read
Method · 0.45
decode
Method · 0.45
Tested by
no test coverage detected