MCPcopy Create free account
hub / github.com/aiscript-dev/aiscript / abort

Method abort

src/interpreter/index.ts:1622–1628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1620
1621 @autobind
1622 public abort(): void {
1623 this.stop = true;
1624 for (const handler of this.abortHandlers) {
1625 handler();
1626 }
1627 this.abortHandlers = [];
1628 }
1629
1630 @autobind
1631 public pause(): void {

Callers 1

handleErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected