MCPcopy
hub / github.com/nodejs/undici / createWriteStream

Method createWriteStream

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 }

Callers 6

cacheStoreTestsFunction · 0.95
handle304Method · 0.65
onResponseStartMethod · 0.65
createWriteStreamMethod · 0.65

Implementers 5

MemoryCacheStoretypes/cache-interceptor.d.ts
SqliteCacheStoretypes/cache-interceptor.d.ts
MemoryCacheStorelib/cache/memory-cache-store.js
SqliteCacheStorelib/cache/sqlite-cache-store.js
AsyncCacheStoretest/interceptors/cache-async-store.js

Calls

no outgoing calls

Tested by

no test coverage detected