Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ reify
Function
reify
src/Operations.js:934–936 ·
view source on GitHub ↗
(iter, seq)
Source
from the content-addressed store, hash-verified
932
// #pragma Helper Functions
933
934
export
function
reify(iter, seq) {
935
return
iter === seq ? iter : isSeq(iter) ? seq : iter.constructor(seq);
936
}
937
938
function
validateEntry(entry) {
939
if
(entry !== Object(entry)) {
Callers
15
concat
Function · 0.90
filter
Function · 0.90
map
Function · 0.90
reverse
Function · 0.90
slice
Function · 0.90
sort
Function · 0.90
flatMap
Function · 0.90
flatten
Function · 0.90
skipWhile
Function · 0.90
sortBy
Function · 0.90
takeWhile
Function · 0.90
flip
Function · 0.90
Calls
2
isSeq
Function · 0.90
constructor
Method · 0.45
Tested by
no test coverage detected