Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/protomaps/PMTiles
/ getKey
Method
getKey
js/src/index.ts:320–322 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
318
}
319
320
getKey() {
321
return
this.file.name;
322
}
323
324
async
getBytes(offset: number, length: number): Promise<RangeResponse> {
325
const
blob = this.file.slice(offset, offset + length);
Callers
8
getHeaderAndRoot
Function · 0.45
getHeader
Method · 0.45
getDirectory
Method · 0.45
invalidate
Method · 0.45
getHeader
Method · 0.45
getDirectory
Method · 0.45
invalidate
Method · 0.45
add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected