MCPcopy Create free account
hub / github.com/Marus/cortex-debug / result

Method result

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

Source from the content-addressed store, hash-verified

139 }
140
141 public result(path: string): any {
142 if (!this.resultRecords) {
143 return undefined;
144 }
145 return MINode.valueOf(this.resultRecords.results, path);
146 }
147}
148
149const tokenRegex = /^\d+/;

Callers 15

mi_parse.test.tsFile · 0.80
setVariableRequestMethod · 0.80
threadsRequestMethod · 0.80
addOneMethod · 0.80
doitMethod · 0.80
doitMethod · 0.80
addOneMethod · 0.80

Calls 1

valueOfMethod · 0.80

Tested by

no test coverage detected