Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ [Symbol.iterator]
Function
[Symbol.iterator]
packages/db/src/proxy.ts:224–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
return
{ done: false, value: proxiedElement }
223
},
224
[Symbol.iterator]() {
225
return
this
226
},
227
}
228
}
229
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected