Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YouChenJun/Keydd
/ init
Function
init
engine_db/sql.go:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
var
err error
14
15
func
init() {
16
db = InitDB()
17
}
18
19
// 初始化数据库连接
20
func
InitDB() *sql.DB {
Callers
nothing calls this directly
Calls
1
InitDB
Function · 0.85
Tested by
no test coverage detected