Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZToolsCenter/ZTools
/
Class
src/main/api/shared/database.ts:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
* 提供同步和异步两种API版本
14
*/
15
export
class
DatabaseAPI {
16
private pluginManager: PluginManager | null = null
17
18
public init(pluginManager: PluginManager): void {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected