MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / NullStatsNoter

Class NullStatsNoter

lib/stats.ts:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51class NullStatsNoter implements IStatsNoter {
52 noteCompilation(compilerId: string, request: ParsedRequest, files: FiledataPair[], buildMethod: string): void {}
53}
54
55// A type for storing only compilation information deemed non-identifying; that is, no source or execution options.
56// This started out as a `Omit<ParsedRequest, ...>` but really in order to be more useful it needs to be more specialised.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected