MCPcopy
hub / github.com/nuxt/nuxt / status

Method status

packages/schema/src/types/builder-env/webpack.ts:187–187  ·  view source on GitHub ↗

* Return one of idle, check, watch, watch-delay, prepare, ready, dispose, apply, abort or fail.

()

Source from the content-addressed store, hash-verified

185 * Return one of idle, check, watch, watch-delay, prepare, ready, dispose, apply, abort or fail.
186 */
187 status (): string
188 /** Register a callback on status change. */
189 status (callback: (status: string) => void): void
190 /** Register a callback on status change. */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected