Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ dbInit
Function
dbInit
cli/internal/dal/init.go:120–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
var
isInit bool = false
119
120
func
dbInit() {
121
if
!isInit {
122
123
createDataTables()
124
isInit = true
125
126
}
127
}
128
129
func
connection() (*sql.DB, error) {
130
Callers
1
getDb
Function · 0.85
Calls
1
createDataTables
Function · 0.85
Tested by
no test coverage detected