MCPcopy Index your code
hub / github.com/codehamr/codehamr / suggestNames

Function suggestNames

internal/tui/tui_test.go:239–245  ·  view source on GitHub ↗
(m Model)

Source from the content-addressed store, hash-verified

237}
238
239func suggestNames(m Model) []string {
240 out := make([]string, 0, len(m.suggest))
241 for _, c := range m.suggest {
242 out = append(out, c.value)
243 }
244 return out
245}
246
247// TestPopoverTriggersOnSlash: typing / into an empty textarea opens the
248// popover with every command; typing more characters filters by prefix.

Calls

no outgoing calls

Tested by

no test coverage detected