Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ activeProfile
Function
activeProfile
backend/bin/server/cmd/profile_dev.go:10–14 ·
view source on GitHub ↗
(dataDir string)
Source
from the content-addressed store, hash-verified
8
)
9
10
func
activeProfile(dataDir string) *config.Profile {
11
p := getBaseProfile(dataDir)
12
p.Mode = common.ReleaseModeDev
13
return
p
14
}
Callers
1
start
Function · 0.70
Calls
1
getBaseProfile
Function · 0.85
Tested by
no test coverage detected