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

Method constructor

lib/compilers/python.ts:41–48  ·  view source on GitHub ↗
(compilerInfo: PreliminaryCompilerInfo, env: CompilationEnvironment)

Source from the content-addressed store, hash-verified

39 }
40
41 constructor(compilerInfo: PreliminaryCompilerInfo, env: CompilationEnvironment) {
42 super(compilerInfo, env);
43 this.compiler.demangler = '';
44 this.demanglerClass = null;
45 this.disasmScriptPath =
46 this.compilerProps<string>('disasmScript') ||
47 resolvePathFromAppRoot('etc', 'scripts', 'disasms', 'dis_all.py');
48 }
49
50 override async processAsm(result) {
51 const lineRe = /^\s{0,4}(\d+)(.*)/;

Callers

nothing calls this directly

Calls 1

resolvePathFromAppRootFunction · 0.85

Tested by

no test coverage detected