Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ InitData
Function
InitData
internal/bootstrap/data/data.go:5–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
"github.com/OpenListTeam/OpenList/v4/cmd/flags"
4
5
func
InitData() {
6
initUser()
7
initSettings()
8
initTasks()
9
if
flags.Dev {
10
initDevData()
11
initDevDo()
12
}
13
}
Callers
1
Init
Function · 0.92
Calls
5
initUser
Function · 0.85
initSettings
Function · 0.85
initTasks
Function · 0.85
initDevData
Function · 0.85
initDevDo
Function · 0.85
Tested by
no test coverage detected