MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / Init

Function Init

internal/bootstrap/run.go:32–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30)
31
32func Init() {
33 InitConfig()
34 Log()
35 InitDB()
36 data.InitData()
37 InitStreamLimit()
38 InitIndex()
39 InitUpgradePatch()
40}
41
42func Release() {
43 db.Close()

Callers 6

storage.goFile · 0.92
server.goFile · 0.92
InitFunction · 0.92
cancel2FA.goFile · 0.92
admin.goFile · 0.92
setAdminPasswordFunction · 0.92

Calls 7

InitDataFunction · 0.92
InitConfigFunction · 0.85
LogFunction · 0.85
InitDBFunction · 0.85
InitStreamLimitFunction · 0.85
InitIndexFunction · 0.85
InitUpgradePatchFunction · 0.85

Tested by

no test coverage detected