MCPcopy 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
73class SplitIteratorImpl extends OneToManyIterator<string> {

Callers 1

pumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected