MCPcopy Create free account
hub / github.com/protomaps/PMTiles / constructor

Method constructor

js/src/index.ts:316–318  ·  view source on GitHub ↗
(file: File)

Source from the content-addressed store, hash-verified

314 file: File;
315
316 constructor(file: File) {
317 this.file = file;
318 }
319
320 getKey() {
321 return this.file.name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected