MCPcopy
hub / github.com/vitejs/vite / isClosed

Method isClosed

packages/vite/src/module-runner/runner.ts:118–120  ·  view source on GitHub ↗

* Returns `true` if the runtime has been closed by calling `close()` method.

()

Source from the content-addressed store, hash-verified

116 * Returns `true` if the runtime has been closed by calling `close()` method.
117 */
118 public isClosed(): boolean {
119 return this.closed
120 }
121
122 private processImport(
123 exports: Record<string, any>,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected