Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ GetSetup
Function
GetSetup
model/setup.go:9–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
}
8
9
func
GetSetup() *Setup {
10
var
setup Setup
11
err := DB.First(&setup).Error
12
if
err != nil {
13
return
nil
14
}
15
return
&setup
16
}
Callers
1
CheckSetup
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected