MCPcopy Create free account
hub / github.com/esengine/esengine / resetRuntime

Function resetRuntime

packages/runtime-core/src/RuntimeBootstrap.ts:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 * 重置运行时(用于热重载等场景)
63 */
64export function resetRuntime(): void {
65 runtimePluginManager.reset();
66}

Callers

nothing calls this directly

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected