Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
Init() {
33
InitConfig()
34
Log()
35
InitDB()
36
data.InitData()
37
InitStreamLimit()
38
InitIndex()
39
InitUpgradePatch()
40
}
41
42
func
Release() {
43
db.Close()
Callers
6
storage.go
File · 0.92
server.go
File · 0.92
Init
Function · 0.92
cancel2FA.go
File · 0.92
admin.go
File · 0.92
setAdminPassword
Function · 0.92
Calls
7
InitData
Function · 0.92
InitConfig
Function · 0.85
Log
Function · 0.85
InitDB
Function · 0.85
InitStreamLimit
Function · 0.85
InitIndex
Function · 0.85
InitUpgradePatch
Function · 0.85
Tested by
no test coverage detected