Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ next
Method
next
tfjs-data/src/iterators/string_iterator.ts:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
async
next() {
69
return
this.impl.next();
70
}
71
}
72
73
class
SplitIteratorImpl extends OneToManyIterator<string> {
Callers
1
pump
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected