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

Interface IStatsNoter

lib/stats.ts:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47export interface IStatsNoter {
48 noteCompilation(compilerId: string, request: ParsedRequest, files: FiledataPair[], buildMethod: string): void;
49}
50
51class NullStatsNoter implements IStatsNoter {
52 noteCompilation(compilerId: string, request: ParsedRequest, files: FiledataPair[], buildMethod: string): void {}

Callers 3

doOneCompilationFunction · 0.65
handleCmakeMethod · 0.65
handleMethod · 0.65

Implementers 2

NullStatsNoterlib/stats.ts
StatsNoterlib/stats.ts

Calls

no outgoing calls

Tested by

no test coverage detected