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

Function create

packages/platform-web/src/BrowserRuntime.ts:403–405  ·  view source on GitHub ↗
(config: RuntimeConfig)

Source from the content-addressed store, hash-verified

401 * 创建浏览器运行时实例
402 */
403export function create(config: RuntimeConfig): BrowserRuntime {
404 return new BrowserRuntime(config);
405}
406
407/**
408 * Default export for convenient usage

Callers 15

HierarchyStore.tsFile · 0.85
EditorStore.tsFile · 0.85
InspectorStore.tsFile · 0.85
DialogManager.tsFile · 0.85
build_pluginFunction · 0.85
create_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected