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

Method parse

lib/compilers/argument-parsers.ts:725–728  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723
724export class VCParser extends BaseParser {
725 override async parse() {
726 await this.getOptions('/help');
727 return this.compiler;
728 }
729
730 override parseLines(stdout: string, optionRegex: RegExp) {
731 let previousOption: string | false = false;

Callers 15

runExecutableMethod · 0.45
processOptOutputMethod · 0.45
initialiseMethod · 0.45
loadFromFileMethod · 0.45
loadFromStorageMethod · 0.45
getRemoteLibrariesMethod · 0.45
setCompilersMethod · 0.45
loadSiteTemplatesFunction · 0.45
tryReadJsonFileFunction · 0.45

Calls 1

getOptionsMethod · 0.95

Tested by

no test coverage detected