MCPcopy 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
224func storeOneDSN(dsn string) {
225 dsnArray := loadDSN()
226 dsnArray = append(dsnArray, dsn)
227 storeDSN(dsnArray)
228}

Callers 1

runCreateFunction · 0.85

Calls 2

loadDSNFunction · 0.85
storeDSNFunction · 0.85

Tested by

no test coverage detected