MCPcopy
hub / github.com/protomaps/PMTiles / BufferPosition

Interface BufferPosition

js/src/index.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4/** @hidden */
5export interface BufferPosition {
6 buf: Uint8Array;
7 pos: number;
8}
9
10function toNum(low: number, high: number): number {
11 return (high >>> 0) * 0x100000000 + (low >>> 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…