MCPcopy Create free account
hub / github.com/socketstream/socketstream / unload

Function unload

lib/socketstream.js:207–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207function unload() {
208 loaded = false;
209
210 tasks.unload();
211 client.unload();
212 client.assets.unload();
213 http.unload();
214 api.server.responders = undefined;
215 ws.unload();
216}
217
218var exitRegistered;
219

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected