MCPcopy
hub / github.com/tensorflow/tfjs / serialNext

Method serialNext

tfjs-data/src/iterators/lazy_iterator.ts:553–555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

551 }
552
553 private async serialNext(): Promise<IteratorResult<T>> {
554 return this.upstream.next();
555 }
556}
557
558class SkipIterator<T> extends LazyIterator<T> {

Callers 1

nextMethod · 0.95

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected