MCPcopy Create free account
hub / github.com/compiler-explorer/compiler-explorer / statString

Method statString

lib/cache/multi.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 override statString(): string {
44 return `${super.statString()}. ${this.upstream.map(c => `${c.details}: ${c.statString()}`).join('. ')}`;
45 }
46
47 private async propagateHitToMissedCaches(caches: BaseCache[], key: string, data: Uint8Array): Promise<void> {
48 await Promise.all(caches.map(c => c.put(key, data)));

Callers

nothing calls this directly

Calls 1

statStringMethod · 0.65

Tested by

no test coverage detected