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

Method accept

packages/next/types/global.d.ts:74–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73interface TurbopackHotApi {
74 accept(): void
75 accept(cb: () => void): void
76 accept(dep: string | string[], cb?: () => void): void
77 decline(): void

Calls

no outgoing calls

Tested by

no test coverage detected