MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / release

Method release

src/test/web/customReporter.ts:159–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 this._outputs = [];
158 }
159 public release() {
160 const capturedOutput = this._outputs;
161 this.captureLogs = false;
162 this._outputs = [];
163 return capturedOutput;
164 }
165 error(message: string, ...data: Arguments): void {
166 this.logMessage('error', message, data);
167 }

Callers 1

CustomReporterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected