Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
import
PropagateTask from
'../scheduler/PropagateTask'
7
8
export
function
fromArray (a) {
9
return
new
Stream(
new
ArraySource(a))
10
}
11
12
function
ArraySource (a) {
13
this.array = a
Callers
15
accumulate-test.js
File · 0.90
switch-test.js
File · 0.90
mergeConcurrently-test.js
File · 0.90
unsubscribe-test.js
File · 0.90
from
Function · 0.90
slice-test.js
File · 0.85
filter-test.js
File · 0.85
zip-test.js
File · 0.85
flatMap-test.js
File · 0.85
limit-test.js
File · 0.85
build-test.js
File · 0.85
testMerge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected