Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/
Class
tfjs-data/src/iterators/string_iterator.ts:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
class
SplitIteratorImpl extends OneToManyIterator<string> {
74
// A partial string at the end of an upstream chunk
75
carryover =
''
;
76
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected