MCPcopy 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

13var err error
14
15func init() {
16 db = InitDB()
17}
18
19// 初始化数据库连接
20func InitDB() *sql.DB {

Callers

nothing calls this directly

Calls 1

InitDBFunction · 0.85

Tested by

no test coverage detected