MCPcopy
hub / github.com/apify/crawlee / iterables.test.ts

File iterables.test.ts

test/utils/iterables.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { asyncifyIterable, chunkedAsyncIterable, peekableAsyncIterable } from '@crawlee/utils';
2import { describe, expect, it } from 'vitest';
3
4describe('asyncifyIterable', () => {

Callers

nothing calls this directly

Calls 8

asyncifyIterableFunction · 0.90
chunkedAsyncIterableFunction · 0.90
peekableAsyncIterableFunction · 0.90
expectFunction · 0.85
generatorFunction · 0.85
sourceFunction · 0.85
pushMethod · 0.80
peekMethod · 0.80

Tested by

no test coverage detected