MCPcopy
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

loadCommandAliasesFunction · 0.45
loadDisabledCommandsFunction · 0.45
loadSearchPreferenceFunction · 0.45
loadHistoryDataFunction · 0.45
loadPinnedDataFunction · 0.45
reloadPluginCommandsFunction · 0.45
loadCommandsFunction · 0.45
loadSettingsFunction · 0.45
index.tsFile · 0.45
getDevToolsModeFunction · 0.45
loadConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected