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

Method filename

lib/base-compiler.ts:735–737  ·  view source on GitHub ↗
(fn: string)

Source from the content-addressed store, hash-verified

733 }
734
735 protected filename(fn: string) {
736 return fn;
737 }
738
739 getGccDumpFileName(outputFilename: string) {
740 return utils.changeExtension(outputFilename, '.dump');

Callers 9

optionsForFilterMethod · 0.95
orderArgumentsMethod · 0.95
generateASTMethod · 0.95
generatePPMethod · 0.95
generateIRMethod · 0.95
generateClangirMethod · 0.95
generateOptPipelineMethod · 0.95
doCompilationMethod · 0.95
win-path-tests.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected