Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ __iterator
Method
__iterator
src/Set.js:170–172 ·
view source on GitHub ↗
(type, reverse)
Source
from the content-addressed store, hash-verified
168
}
169
170
__iterator(
type
, reverse) {
171
return
this._map.__iterator(
type
, reverse);
172
}
173
174
__ensureOwner(ownerID) {
175
if
(ownerID === this.__ownerID) {
Callers
3
entries
Function · 0.45
keys
Function · 0.45
values
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected