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

Method get

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

Source from the content-addressed store, hash-verified

109 */
110 export interface CacheStore {
111 get(key: CacheKey): GetResult | Promise<GetResult | undefined> | undefined
112
113 createWriteStream(key: CacheKey, val: CacheValue): Writable | undefined
114

Callers 15

configure.pyFile · 0.65
pkg_configFunction · 0.65
get_openssl_versionFunction · 0.65
check_compilerFunction · 0.65
is_arch_armv7Function · 0.65
host_arch_ccFunction · 0.65
host_arch_winFunction · 0.65
configure_nodeFunction · 0.65
ProcessOptionsFunction · 0.65
MainFunction · 0.65
filesFunction · 0.65
headersFunction · 0.65

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 15

ProcessOptionsFunction · 0.52
MainFunction · 0.52
mock_runMethod · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
CmdFunction · 0.52
URLFunction · 0.52
CallMethod · 0.52
test_happy_pathMethod · 0.52