Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.80
createWindow
Method · 0.80
recordFocusState
Method · 0.80
showSettings
Method · 0.80
openPluginInstaller
Method · 0.80
toSearchPage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected