MCPcopy Index your code
hub / github.com/share/sharedb / destroyStreams

Function destroyStreams

lib/backend.js:627–631  ·  view source on GitHub ↗
(streams)

Source from the content-addressed store, hash-verified

625 });
626};
627function destroyStreams(streams) {
628 for (var id in streams) {
629 streams[id].destroy();
630 }
631}
632
633Backend.prototype.queryFetch = function(agent, index, query, options, callback) {
634 var start = Date.now();

Callers 2

backend.jsFile · 0.85
createQueryEmitterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…