Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LunaSource/Luna
/ editConfig
Function
editConfig
config/config.go:299–301 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
297
return
strings.TrimSpace(input)
298
}
299
300
func
contains(slice []string, item string) bool {
301
for
_, s :=
range
slice {
302
if
s == item {
303
return
true
304
}
Callers
1
ManageConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected