Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZToolsCenter/ZTools
/ init
Method
init
src/main/api/renderer/webSearch.ts:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
private readonly DB_KEY =
'web-search-engines'
// databaseAPI 会自动添加 ZTOOLS/ 前缀
28
29
public init(): void {
30
this.setupIPC()
31
}
32
33
private setupIPC(): void {
34
ipcMain.handle(
'web-search:get-all'
,
async
() => {
Callers
nothing calls this directly
Calls
1
setupIPC
Method · 0.95
Tested by
no test coverage detected