MCPcopy 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

118var isInit bool = false
119
120func dbInit() {
121 if !isInit {
122
123 createDataTables()
124 isInit = true
125
126 }
127}
128
129func connection() (*sql.DB, error) {
130

Callers 1

getDbFunction · 0.85

Calls 1

createDataTablesFunction · 0.85

Tested by

no test coverage detected