Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ destroy
Method
destroy
packages/next/src/server/dev/browser-logs/file-logger.ts:164–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
163
// Cleanup method to flush logs on process exit
164
destroy(): void {
165
this.forceFlush()
166
}
167
}
168
169
// Singleton instance
Callers
9
createWriterFromResponse
Function · 0.45
startServer
Function · 0.45
write
Method · 0.45
proxyRequest
Function · 0.45
cleanup
Function · 0.45
nativeTraceSource
Function · 0.45
findOriginalSourcePositionAndContent
Function · 0.45
test__resetFileLogger
Function · 0.45
read
Function · 0.45
Calls
1
forceFlush
Method · 0.95
Tested by
no test coverage detected