MCPcopy Index your code
hub / github.com/cujojs/most / fromArray

Function fromArray

src/source/fromArray.js:8–10  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

6import PropagateTask from '../scheduler/PropagateTask'
7
8export function fromArray (a) {
9 return new Stream(new ArraySource(a))
10}
11
12function ArraySource (a) {
13 this.array = a

Callers 15

accumulate-test.jsFile · 0.90
switch-test.jsFile · 0.90
fromFunction · 0.90
slice-test.jsFile · 0.85
filter-test.jsFile · 0.85
zip-test.jsFile · 0.85
flatMap-test.jsFile · 0.85
limit-test.jsFile · 0.85
build-test.jsFile · 0.85
testMergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected