MCPcopy Create free account
hub / github.com/LunaSource/Luna / configItem

Struct configItem

config/config.go:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 desc string
38 value string
39}
40
41func (i configItem) Title() string { return i.title }
42func (i configItem) Description() string { return i.desc }
43func (i configItem) FilterValue() string { return i.value }
44
45func GetDefaultConfig() Config {
46 return Config{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected