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

Method getHeader

js/src/index.ts:898–900  ·  view source on GitHub ↗

* Return the header of the archive, * including information such as tile type, min/max zoom, bounds, and summary statistics.

()

Source from the content-addressed store, hash-verified

896 * including information such as tile type, min/max zoom, bounds, and summary statistics.
897 */
898 async getHeader() {
899 return await this.cache.getHeader(this.source);
900 }
901
902 /** @hidden */
903 async getZxyAttempt(

Callers 10

handlerRawFunction · 0.95
fetchFunction · 0.95
getTileJsonMethod · 0.95
constructorMethod · 0.95
v3.test.tsFile · 0.45
getZxyAttemptMethod · 0.45
getMetadataAttemptMethod · 0.45
leafletRasterLayerFunction · 0.45
ProtocolClass · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected