MCPcopy Index your code
hub / github.com/aiscript-dev/aiscript / outsideCaller

Function outsideCaller

test/interpreter.ts:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32describe('error handler', () => {
33 test.concurrent('error from outside caller', async () => {
34 let outsideCaller: () => Promise<void> = async () => {};
35 let errCount: number = 0;
36 const aiscript = new Interpreter({
37 emitError: FN_NATIVE((_args, _opts) => {

Callers 1

interpreter.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected