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

Method toString

src/backend/backend.ts:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 public toString() {
196 return `${this.message} (from ${this.source})`;
197 }
198} as any;
199Object.setPrototypeOf(MIError as any, Object.create(Error.prototype));
200MIError.prototype.constructor = MIError;

Callers 15

ensureGitCleanFunction · 0.80
isPreReleaseFunction · 0.80
webpack.config.jsFile · 0.80
allocateRTTPortsMethod · 0.80
createPortNameFunction · 0.80
toStringDecHexOctBinFunction · 0.80
deltaNsMethod · 0.80
toStringWithResMethod · 0.80
validateELFHeaderFunction · 0.80
waitForPortOpenOSUtlMethod · 0.80
gdb.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected