MCPcopy Index your code
hub / github.com/compiler-explorer/compiler-explorer / parseOutput

Method parseOutput

lib/compilers/pascal.ts:286–292  ·  view source on GitHub ↗
(result, inputFilename: string, tempPath: string)

Source from the content-addressed store, hash-verified

284 }
285
286 parseOutput(result, inputFilename: string, tempPath: string) {
287 const fileWithoutPath = path.basename(inputFilename);
288 result.inputFilename = fileWithoutPath;
289 result.stdout = utils.parseOutput(result.stdout, fileWithoutPath, tempPath);
290 result.stderr = utils.parseOutput(result.stderr, fileWithoutPath, tempPath);
291 return result;
292 }
293
294 override getArgumentParserClass() {
295 return PascalParser;

Callers 12

runCompilerMethod · 0.95
runCompilerMethod · 0.45
runExecutableMethod · 0.45
runCompilerMethod · 0.45
runCompilerMethod · 0.45
runCompilerMethod · 0.45
loadASTOutputMethod · 0.45
runCompilerMethod · 0.45
runCompilerMethod · 0.45
postProcessMethod · 0.45
runCompilerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected