Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ storeOneDSN
Function
storeOneDSN
cmd/cql/internal/cfg.go:224–228 ·
view source on GitHub ↗
(dsn string)
Source
from the content-addressed store, hash-verified
222
}
223
224
func
storeOneDSN(dsn string) {
225
dsnArray := loadDSN()
226
dsnArray = append(dsnArray, dsn)
227
storeDSN(dsnArray)
228
}
Callers
1
runCreate
Function · 0.85
Calls
2
loadDSN
Function · 0.85
storeDSN
Function · 0.85
Tested by
no test coverage detected