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

Method errorResult

static/panes/executor.ts:284–286  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

282 }
283
284 private errorResult(message: string): CompilationResult {
285 return {stdout: [], timedOut: false, code: -1, stderr: [{text: message}]};
286 }
287
288 compile(bypassCache?: BypassCache): void {
289 if (this.deferCompiles) {

Callers 4

compileFromTreeMethod · 0.95
sendCMakeCompileMethod · 0.95
sendCompileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected