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

Method createWriteStream

deps/undici/src/types/cache-interceptor.d.ts:113–113  ·  view source on GitHub ↗
(key: CacheKey, val: CacheValue)

Source from the content-addressed store, hash-verified

111 get(key: CacheKey): GetResult | Promise<GetResult | undefined> | undefined
112
113 createWriteStream(key: CacheKey, val: CacheValue): Writable | undefined
114
115 delete(key: CacheKey): void | Promise<void>
116 }

Implementers 4

MemoryCacheStoredeps/undici/src/types/cache-intercepto
SqliteCacheStoredeps/undici/src/types/cache-intercepto
MemoryCacheStoredeps/undici/src/lib/cache/memory-cache
SqliteCacheStoredeps/undici/src/lib/cache/sqlite-cache

Calls

no outgoing calls

Tested by

no test coverage detected