MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / scored

Struct scored

internal/semantic/semantic.go:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 q := strings.ToLower(query)
130
131 type scored struct {
132 item SuggestionItem
133 score int64
134 }
135 var result []scored
136
137 fuzzyMatches := fuzzy.Find(q, filtered)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected