MCPcopy Create free account
hub / github.com/apache/maka / abortError

Function abortError

packages/code-mode/src/index.ts:266–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264}
265
266function abortError(): Error {
267 const error = new Error('Code Mode cell aborted');
268 error.name = 'AbortError';
269 return error;
270}
271import { executeCodeCellImpl } from './quickjs.js';

Callers 2

executeCodeCellFunction · 0.70
onAbortFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected