Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/enricoros/big-AGI
/ onAbort
Function
onAbort
src/modules/speex/speex.client.ts:71–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
70
// wire up abort to stop current playback
71
const
onAbort = () => currentHandle?.stop();
72
signal?.addEventListener(
'abort'
, onAbort);
73
74
try {
Callers
nothing calls this directly
Calls
1
stop
Method · 0.65
Tested by
no test coverage detected