Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamNet-dev/snix
/ abort
Function
abort
cfworker/worker.js:103–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
},
102
close() { safeClose(ws); },
103
abort() { safeClose(ws); },
104
}))
105
.catch(() => safeClose(ws));
106
return
;
Callers
nothing calls this directly
Calls
1
safeClose
Function · 0.85
Tested by
no test coverage detected