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

Method record

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

Source from the content-addressed store, hash-verified

132 }
133
134 public record(path: string): any {
135 if (!this.outOfBandRecord || (this.outOfBandRecord.length === 0)) {
136 return undefined;
137 }
138 return MINode.valueOf(this.outOfBandRecord[0].output, path);
139 }
140
141 public result(path: string): any {
142 if (!this.resultRecords) {

Callers 2

onOutputMethod · 0.80
addBreakPointMethod · 0.80

Calls 1

valueOfMethod · 0.80

Tested by

no test coverage detected