MCPcopy
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

createWriterFromResponseFunction · 0.45
startServerFunction · 0.45
writeMethod · 0.45
proxyRequestFunction · 0.45
cleanupFunction · 0.45
nativeTraceSourceFunction · 0.45
test__resetFileLoggerFunction · 0.45
readFunction · 0.45

Calls 1

forceFlushMethod · 0.95

Tested by

no test coverage detected