MCPcopy Create free account
hub / github.com/QuantumNous/new-api / SetLogDatabaseType

Function SetLogDatabaseType

common/database.go:27–29  ·  view source on GitHub ↗
(databaseType DatabaseType)

Source from the content-addressed store, hash-verified

25}
26
27func SetLogDatabaseType(databaseType DatabaseType) {
28 logDatabaseType = databaseType
29}
30
31func SetDatabaseTypes(mainType DatabaseType, logType DatabaseType) {
32 mainDatabaseType = mainType

Callers 4

InitDBFunction · 0.92
InitLogDBFunction · 0.92

Calls

no outgoing calls