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

Method statString

lib/cache/in-memory.ts:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 override statString(): string {
46 return `${super.statString()}, LRU has ${this.cache.size} item(s) totalling ${this.cache.calculatedSize} bytes`;
47 }
48
49 override async getInternal(key: string): Promise<GetResult> {
50 const cached = this.cache.get(key);

Callers

nothing calls this directly

Calls 1

statStringMethod · 0.65

Tested by

no test coverage detected