Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ reject
Function
reject
test/lib/test-data-service/writer.ts:52–55 ·
view source on GitHub ↗
(error: Error, status?: number)
Source
from the content-addressed store, hash-verified
50
res.end(value === undefined ? key : value)
51
},
52
reject(error: Error, status?: number) {
53
res.statusCode = status ?? 500
54
res.end(error.message ?? `Failed to fetch data
for
"${key}"
`)
55
},
56
}
57
58
try {
Callers
15
runTestOnce
Function · 0.50
index.test.ts
File · 0.50
index.test.ts
File · 0.50
initMiddleware
Function · 0.50
runTests
Function · 0.50
index.test.ts
File · 0.50
enabled-features-trace.test.ts
File · 0.50
act
Function · 0.50
handleFailure
Function · 0.50
waitFor
Function · 0.50
handleStderr
Function · 0.50
initNextServerScript
Function · 0.50
Calls
1
end
Method · 0.65
Tested by
9
runTests
Function · 0.40
callback
Function · 0.40
callback
Function · 0.40
sendAbsoluteUrlUpgradePayload
Function · 0.40
timeoutPromise
Function · 0.40
waitForServer
Function · 0.40
onError
Function · 0.40
onExit
Function · 0.40
timeoutPromise
Function · 0.40