Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ZToolsCenter/ZTools
/ dbGet
Method
dbGet
src/main/api/index.ts:238–240 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
236
}
237
238
public dbGet(key: string): any {
239
return
databaseAPI.dbGet(key)
240
}
241
242
/**
243
* 启动插件(供其他模块使用)
Callers
15
loadCommandAliases
Function · 0.45
loadDisabledCommands
Function · 0.45
loadDisabledMainPushPlugins
Function · 0.45
loadSearchPreference
Function · 0.45
loadHistoryData
Function · 0.45
loadPinnedData
Function · 0.45
reloadPluginCommands
Function · 0.45
loadCommands
Function · 0.45
loadSettings
Function · 0.45
index.ts
File · 0.45
getDevToolsMode
Function · 0.45
loadConfig
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected