MCPcopy Create free account

hub / github.com/WinterTC55/iter-streams / functions

Functions947 in github.com/WinterTC55/iter-streams

↓ 1 callersFunctionisMergeOptions
* Check if last argument is MergeOptions.
src/consumers.js:87
↓ 1 callersFunctionisMergeOptions
* Check if last argument is MergeOptions.
src/consumers.ts:33
↓ 1 callersFunctionisOptions
* Detect if the last argument is options (object without 'transform' property).
src/push.ts:697
↓ 1 callersFunctionisOptions
* Detect if the last argument is options (object without 'transform' property).
src/push.js:680
↓ 1 callersFunctionisPullOptions
(value: unknown)
src/utils.ts:73
↓ 1 callersFunctionisPushStreamOptions
* Check if a value is PushStreamOptions (object without transform property).
src/broadcast.ts:47
↓ 1 callersFunctionisPushStreamOptions
* Check if a value is PushStreamOptions (object without transform property).
src/broadcast.js:81
↓ 1 callersFunctionisShareable
* Check if value implements Shareable protocol.
src/share.js:720
↓ 1 callersFunctionisShareable
* Check if value implements Shareable protocol.
src/share.ts:697
↓ 1 callersFunctionisSyncShareable
* Check if value implements SyncShareable protocol.
src/share.js:729
↓ 1 callersFunctionisSyncShareable
* Check if value implements SyncShareable protocol.
src/share.ts:709
↓ 1 callersFunctionisSyncTransformObject
* Check if a value is a SyncTransformObject.
src/pull.ts:63
↓ 1 callersFunctionisSyncTransformObject
* Check if a value is a SyncTransformObject.
src/pull.js:113
↓ 1 callersFunctionisSyncUint8ArrayBatch
* Check if value is already a Uint8Array[] batch (fast path check for sync).
src/from.js:273
↓ 1 callersFunctionisSyncUint8ArrayBatch
* Check if value is already a Uint8Array[] batch (fast path check for sync).
src/from.ts:221
↓ 1 callersFunctionlargeSource
()
samples/11-real-world-patterns.ts:221
↓ 1 callersFunctionlines
()
samples/01-basic-creation.ts:80
↓ 1 callersFunctionmain
()
samples/17-duplex-channels.ts:19
↓ 1 callersFunctionmain
()
samples/01-basic-creation.ts:11
↓ 1 callersFunctionmain
()
samples/09-resource-management.ts:19
↓ 1 callersFunctionmain
()
samples/10-merging-concat.ts:19
↓ 1 callersFunctionmain
()
samples/13-web-streams-interop.ts:227
↓ 1 callersFunctionmain
()
samples/14-compression.ts:374
↓ 1 callersFunctionmain
()
samples/11-real-world-patterns.ts:14
↓ 1 callersFunctionmain
()
samples/02-consumption-methods.ts:13
↓ 1 callersFunctionmain
()
samples/15-encryption.ts:565
↓ 1 callersFunctionmain
()
samples/03-branching.ts:14
↓ 1 callersFunctionmain
()
samples/05-piping.ts:14
↓ 1 callersFunctionmain
()
samples/04-transforms.ts:14
↓ 1 callersFunctionmain
()
samples/06-buffer-configuration.ts:14
↓ 1 callersFunctionmain
()
samples/08-cancellation.ts:15
↓ 1 callersFunctionmain
()
samples/07-encoding.ts:15
↓ 1 callersFunctionmain
()
samples/16-pipeline-sync.ts:32
↓ 1 callersFunctionmain
()
samples/12-nodejs-interop.ts:262
↓ 1 callersFunctionmain
()
benchmarks/run-all.ts:33
↓ 1 callersFunctionmain
()
benchmarks/21-memory-sustained.ts:264
↓ 1 callersFunctionmain
()
benchmarks/profile-bottlenecks.ts:27
↓ 1 callersFunctionmain
()
benchmarks/profile-systematic.ts:27
↓ 1 callersFunctionmain
()
benchmarks/profile-systematic2.ts:27
↓ 1 callersFunctionmultipartBody
()
samples/10-merging-concat.ts:229
↓ 1 callersFunctionnormalizeSyncSource
* Normalize a sync streamable source, yielding batches of Uint8Array. * * @param source - The sync streamable source * @yields Uint8Array[] batches
src/from.ts:234
↓ 1 callersFunctionnormalizeSyncValue
* Normalize a sync streamable yield value to Uint8Array chunks. * Recursively flattens arrays, iterables, and protocol conversions. * * @yields Uin
src/from.js:208
↓ 1 callersFunctionnormalizeSyncValue
* Normalize a sync streamable yield value to Uint8Array chunks. * Recursively flattens arrays, iterables, and protocol conversions. * * @yields Uin
src/from.ts:170
↓ 1 callersFunctionnullWriter
()
benchmarks/20-memory-allocations.ts:85
↓ 1 callersFunctionnullWriter
()
benchmarks/21-memory-sustained.ts:88
↓ 1 callersFunctionparseArgs
* Parse variadic arguments: [...transforms, options?]
src/push.ts:708
↓ 1 callersFunctionparseArgs
* Parse variadic arguments: [...transforms, options?]
src/push.js:688
↓ 1 callersFunctionparsePushArgs
* Parse variadic arguments for push(). * Returns { transforms, options }
src/broadcast.ts:60
↓ 1 callersFunctionparsePushArgs
* Parse variadic arguments for push(). * Returns { transforms, options }
src/broadcast.js:91
↓ 1 callersFunctionpart1
()
samples/10-merging-concat.ts:53
↓ 1 callersFunctionpart2
()
samples/10-merging-concat.ts:59
↓ 1 callersFunctionprintComparison
(comparisons: BenchmarkComparison[])
benchmarks/utils.ts:273
↓ 1 callersFunctionprintComparisonTable
* Print a single comparison table with the given column headers and rows.
benchmarks/utils.ts:234
↓ 1 callersFunctionprintResults
(title: string, results: [SustainedResult, SustainedResult][])
benchmarks/21-memory-sustained.ts:221
↓ 1 callersFunctionprintSingleResults
* Print a single benchmark result for non-comparison tests.
benchmarks/10-advanced-features.ts:28
↓ 1 callersFunctionprocessTransformResultSync
* Process transform result (sync).
src/pull.ts:183
↓ 1 callersFunctionprocessTransformResultSync
* Process transform result (sync).
src/pull.js:285
↓ 1 callersFunctionprocessor
()
samples/11-real-world-patterns.ts:437
↓ 1 callersMethodresolvePendingWrites
* Resolve pending writes when buffer has space.
src/broadcast.ts:609
↓ 1 callersFunctionrunBenchmark
(file: string)
benchmarks/run-all.ts:14
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/13-fast-ws-transforms.ts:26
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/01-throughput.ts:70
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/08-pipeline-sync.ts:172
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/04-pipelines.ts:20
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/10-advanced-features.ts:49
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/03-transforms.ts:21
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/09-sync-async-comparison.ts:87
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/14-fast-ws-pipelines.ts:27
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/07-sync-generators.ts:17
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/16-fast-ws-consumption.ts:24
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/12-fast-ws-push-streams.ts:24
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/17-bun-direct-streams.ts:197
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/02-push-streams.ts:20
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/11-fast-ws-throughput.ts:73
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/05-tee-branching.ts:21
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/06-consumption.ts:20
↓ 1 callersFunctionrunBenchmarks
()
benchmarks/15-fast-ws-tee-branching.ts:28
↓ 1 callersFunctionsettle
(resolve, reject, d, v)
src/broadcast.js:49
↓ 1 callersFunctionshare
( source: AsyncIterable<Uint8Array[]> | Iterable<Uint8Array[]>, options?: ShareOptions )
src/share.ts:649
↓ 1 callersFunctionshareSync
( source: Iterable<Uint8Array[]>, options?: ShareSyncOptions )
src/share.ts:682
↓ 1 callersFunctionslow
()
samples/10-merging-concat.ts:102
↓ 1 callersFunctionslowSource
()
samples/09-resource-management.ts:241
↓ 1 callersFunctionslowSource
()
samples/05-piping.ts:92
↓ 1 callersFunctionslowSource
()
src/share.test.ts:134
↓ 1 callersFunctionsource
()
samples/11-real-world-patterns.ts:440
↓ 1 callersFunctionsource
()
samples/06-buffer-configuration.ts:258
↓ 1 callersFunctionsource
()
samples/08-cancellation.ts:262
↓ 1 callersFunctionsource
()
samples/12-nodejs-interop.ts:422
↓ 1 callersFunctionsource
()
src/share.test.ts:327
↓ 1 callersFunctionsource
()
benchmarks/17-bun-direct-streams.ts:318
↓ 1 callersFunctionsource1
()
samples/08-cancellation.ts:355
↓ 1 callersFunctionsource2
()
samples/08-cancellation.ts:362
↓ 1 callersFunctionsource3
()
samples/10-merging-concat.ts:332
↓ 1 callersFunctionstdDev
* Calculate standard deviation
benchmarks/utils.ts:60
↓ 1 callersFunctionstep
(op)
src/ringbuffer.js:6
↓ 1 callersFunctionsyncConcat
()
samples/10-merging-concat.ts:76
↓ 1 callersFunctionsyncDataSource
()
samples/03-branching.ts:106
↓ 1 callersFunctionsyncGen
()
benchmarks/profile-bottlenecks.ts:45
↓ 1 callersFunctionsyncGen
()
benchmarks/profile-systematic.ts:61
↓ 1 callersFunctionsyncGen
()
benchmarks/profile-systematic2.ts:72
← previousnext →401–500 of 947, ranked by callers