Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseImagesBinary
Function · 0.95
test_roundtrip.py
File · 0.80
_ensure_fixtures
Function · 0.80
webgpu-psnr-isolation.spec.ts
File · 0.80
webgpu-bicycle.spec.ts
File · 0.80
webgpu-render.spec.ts
File · 0.80
prepareWebGpuPsnrApp
Function · 0.80
webgpu-psnr-app.spec.ts
File · 0.80
webgpu-psnr.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
2
_ensure_fixtures
Function · 0.64
prepareWebGpuPsnrApp
Function · 0.64