MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / skip

Method skip

src/parsers/BinaryReader.ts:78–80  ·  view source on GitHub ↗
(bytes: number)

Source from the content-addressed store, hash-verified

76 }
77
78 skip(bytes: number): void {
79 this.offset += bytes;
80 }
81
82 seek(position: number): void {
83 this.offset = position;

Callers 9

parseImagesBinaryFunction · 0.95
test_roundtrip.pyFile · 0.80
_ensure_fixturesFunction · 0.80
prepareWebGpuPsnrAppFunction · 0.80

Calls

no outgoing calls

Tested by 2

_ensure_fixturesFunction · 0.64
prepareWebGpuPsnrAppFunction · 0.64