MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / result

Method result

src/backend/mi_parse.ts:74–78  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

72 }
73
74 result(path: string): any {
75 if (!this.resultRecords)
76 return undefined;
77 return MINode.valueOf(this.resultRecords.results, path);
78 }
79
80 static valueOf(start: any, path: string): any {
81 if (!start)

Callers 15

setVariableRequestMethod · 0.80
variablesRequestMethod · 0.80
addOneMethod · 0.80
evaluateRequestMethod · 0.80
initCommandsMethod · 0.80
onOutputMethod · 0.80
addBreakPointMethod · 0.80
getThreadsMethod · 0.80
getStackMethod · 0.80
getStackVariablesMethod · 0.80
getRegisterNamesMethod · 0.80
getRegisterValuesMethod · 0.80

Calls 1

valueOfMethod · 0.80

Tested by

no test coverage detected