Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ summary
Method
summary
tfjs-data/src/iterators/lazy_iterator.ts:885–887 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
883
}
884
885
summary() {
886
return
`${this.upstream.summary()} -> Flatmap`;
887
}
888
889
async
pump(): Promise<boolean> {
890
const
item =
await
this.upstream.next();
Callers
nothing calls this directly
Calls
1
summary
Method · 0.45
Tested by
no test coverage detected