MCPcopy
hub / github.com/vercel/next.js / cache.js

File cache.js

packages/next/cache.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1let cacheExports
2
3if (process.env.NEXT_RUNTIME === '') {
4 const notAvailableInClient = (name) => {

Callers

nothing calls this directly

Calls 3

notAvailableInClientFunction · 0.85
requireFunction · 0.50
applyMethod · 0.45

Tested by

no test coverage detected