MCPcopy Index your code
hub / github.com/nodejs/node / next

Method next

deps/undici/src/types/fetch.d.ts:64–64  ·  view source on GitHub ↗
(...args: [] | [TNext])

Source from the content-addressed store, hash-verified

62
63export interface SpecIterator<T, TReturn = any, TNext = undefined> {
64 next(...args: [] | [TNext]): IteratorResult<T, TReturn>;
65}
66
67export interface SpecIteratorObject<T, TReturn = undefined, TNext = unknown> extends SpecIterator<T, TReturn, TNext> {

Callers 15

getHexStyleFunction · 0.65
portIsFreeFunction · 0.65
pullAlgorithmFunction · 0.65
consumeSyncSourceFunction · 0.65
emitKeypressEventsFunction · 0.65
triggerEscapeFunction · 0.65
onDataFunction · 0.65
nextMethod · 0.65
decodeVLQFunction · 0.65
nextSyncWithSyncValuesFunction · 0.65
nextSyncWithAsyncValuesFunction · 0.65
nextAsyncFunction · 0.65

Implementers 15

Cyclertools/inspector_protocol/jinja2/utils.
URLSearchParamsIteratorlib/internal/url.js
ReadableStreamlib/internal/webstreams/readablestream
SafeIteratorlib/internal/per_context/primordials.j
SourceMapCacheMaplib/internal/source_map/source_map_cac
StringCharIteratorlib/internal/source_map/source_map.js
VFSWatchAsyncIterablelib/internal/vfs/watcher.js
ShareImpllib/internal/streams/iter/share.js
SyncShareImpllib/internal/streams/iter/share.js
BroadcastImpllib/internal/streams/iter/broadcast.js
ConsArraydeps/v8/tools/consarray.mjs
Chunkdeps/v8/tools/system-analyzer/timeline

Calls

no outgoing calls

Tested by 1

testFunction · 0.52