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

Method getState

packages/editor-core/src/Plugin/PluginManager.ts:840–842  ·  view source on GitHub ↗

* 获取插件状态 * Get plugin state

(pluginId: string)

Source from the content-addressed store, hash-verified

838 * Get plugin state
839 */
840 getState(pluginId: string): PluginState | undefined {
841 return this.plugins.get(pluginId)?.state;
842 }
843
844 /**
845 * 获取插件

Callers 15

getFileActionHandlersMethod · 0.45
onMouseUpMethod · 0.45
handleMouseMoveFunction · 0.45
handleMouseMoveFunction · 0.45
TilesetPanelFunction · 0.45
TilemapEditorPanelFunction · 0.45
getFileActionHandlersMethod · 0.45
BuildSettingsPanelFunction · 0.45
EntityRefFieldFunction · 0.45
useStoreSubscriptionsFunction · 0.45
uninstallMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected