MCPcopy
hub / github.com/nuxt/nuxt / get

Method get

packages/nitro-server/src/runtime/utils/cache.ts:30–30  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

28
29interface SharedPrerenderCache {
30 get<T = unknown>(key: string): Promise<T> | undefined
31 set<T>(key: string, value: Promise<T>): Promise<void>
32}
33

Callers 15

getFunction · 0.80
compiler.test.tsFile · 0.80
scanComponentsFunction · 0.80
transformFunction · 0.80
handlerFunction · 0.80
handlerFunction · 0.80
handlerFunction · 0.80
pageToClientOnlyFunction · 0.80
setupFunction · 0.80
getFactoryByLocalNameFunction · 0.80
processFactoryFunction · 0.80

Calls

no outgoing calls

Tested by 2

getFunction · 0.64
setupPluginFunction · 0.64