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

Method getCompilerCacheKey

lib/base-compiler.ts:437–443  ·  view source on GitHub ↗
(
        compiler: string,
        args: string[],
        options: ExecutionOptionsWithEnv,
    )

Source from the content-addressed store, hash-verified

435 }
436
437 protected getCompilerCacheKey(
438 compiler: string,
439 args: string[],
440 options: ExecutionOptionsWithEnv,
441 ): CompilationCacheKey {
442 return {mtime: this.mtime, compiler, args, options};
443 }
444
445 public async execCompilerCached(
446 compiler: string,

Callers 2

execCompilerCachedMethod · 0.95
execCompilerCachedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected