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

Method byte

source/python.js:22595–22599  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22593 }
22594
22595 byte() {
22596 const position = this._position;
22597 this.skip(1);
22598 return this._view.getUint8(position);
22599 }
22600
22601 uint16() {
22602 const position = this._position;

Callers 1

loadMethod · 0.45

Calls 2

skipMethod · 0.45
_fillMethod · 0.45

Tested by

no test coverage detected