MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / Completion

Struct Completion

cli/completer.go:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Completion struct {
15 Text string
16 StartPosition int
17 Display string
18 DisplayMeta string
19}
20
21func CompleteInput(textBeforeCursor string, registry *skills.SkillRegistry, cwd string) []Completion {
22 stripped := strings.TrimLeftFunc(textBeforeCursor, unicode.IsSpace)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected