MCPcopy
hub / github.com/ZToolsCenter/ZTools / getCurrentPluginPath

Method getCurrentPluginPath

src/main/managers/pluginManager.ts:875–877  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

873
874 // 获取当前加载的插件路径
875 public getCurrentPluginPath(): string | null {
876 return this.currentPluginPath
877 }
878
879 // 获取当前加载的插件视图
880 public getCurrentPluginView(): WebContentsView | null {

Callers 6

index.tsFile · 0.80
createWindowMethod · 0.80
recordFocusStateMethod · 0.80
showSettingsMethod · 0.80
openPluginInstallerMethod · 0.80
toSearchPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected