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

Method reset

js/test/utils.ts:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 lastCredentials?: string;
11
12 reset() {
13 this.numRequests = 0;
14 this.etag = undefined;
15 this.lastRequestHeaders = null;
16 }
17
18 constructor() {
19 this.numRequests = 0;

Callers 2

v3.test.tsFile · 0.80
adapter.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected