MCPcopy
hub / github.com/kefirjs/kefir / stream

Function stream

src/primary/stream.js:42–44  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

40})
41
42export default function stream(fn) {
43 return new S(fn)
44}

Callers 15

flat-map-concat.jsFile · 0.85
testWithLibFunction · 0.85
transduce.jsFile · 0.85
diff.jsFile · 0.85
buffer-by.jsFile · 0.85
pool.jsFile · 0.85
with-handler.jsFile · 0.85
debounce.jsFile · 0.85
es-observable.jsFile · 0.85
take-while.jsFile · 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…