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

Method stream

source/python.js:22568–22571  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

22566 }
22567
22568 stream(length) {
22569 const buffer = this.read(length);
22570 return new python.BinaryReader(buffer);
22571 }
22572
22573 peek(length) {
22574 const position = this._position;

Callers 4

readMethod · 0.45
streamMethod · 0.45
_set_from_fileMethod · 0.45
_new_with_fileMethod · 0.45

Calls 3

readMethod · 0.45
seekMethod · 0.45
skipMethod · 0.45

Tested by

no test coverage detected