Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ AutoGroups2JsonString
Function
AutoGroups2JsonString
setting/auto_group.go:25–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
func
AutoGroups2JsonString() string {
26
jsonBytes, err := json.Marshal(AutoGroups)
27
if
err != nil {
28
return
"[]"
29
}
30
return
string(jsonBytes)
31
}
Callers
1
InitOptionMap
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected