MCPcopy Create free account
hub / github.com/Ptechgithub/pp-worker / abort

Function abort

_worker.js:247–249  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

245 log(`readableWebSocketStream is close`);
246 },
247 abort(reason) {
248 log(`readableWebSocketStream is abort`, JSON.stringify(reason));
249 },
250 })).catch((err) => {
251 log('readableWebSocketStream pipeTo error', err);
252 });

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected