Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
optionsForFilter
Method · 0.95
orderArguments
Method · 0.95
generateAST
Method · 0.95
generatePP
Method · 0.95
generateIR
Method · 0.95
generateClangir
Method · 0.95
generateOptPipeline
Method · 0.95
doCompilation
Method · 0.95
win-path-tests.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected