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:787–789 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
785
}
786
787
summary() {
788
return
`${this.upstream.summary()} -> AsyncMap`;
789
}
790
791
async
next(): Promise<IteratorResult<O>> {
792
const
item =
await
this.upstream.next();
Callers
nothing calls this directly
Calls
1
summary
Method · 0.45
Tested by
no test coverage detected