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

Method record

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

Source from the content-addressed store, hash-verified

66 }
67
68 record(path: string): any {
69 if (!this.outOfBandRecord)
70 return undefined;
71 return MINode.valueOf(this.outOfBandRecord[0].output, path);
72 }
73
74 result(path: string): any {
75 if (!this.resultRecords)

Callers 7

handleBreakpointMethod · 0.80
handleBreakMethod · 0.80
handlePauseMethod · 0.80
stopEventMethod · 0.80
threadCreatedEventMethod · 0.80
threadExitedEventMethod · 0.80
onOutputMethod · 0.80

Calls 1

valueOfMethod · 0.80

Tested by

no test coverage detected