MCPcopy Create free account
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 return mm.(Model)
238}
239
240func suggestNames(m Model) []string {
241 out := make([]string, 0, len(m.suggest))
242 for _, c := range m.suggest {
243 out = append(out, c.value)
244 }
245 return out
246}
247
248// TestPopoverTriggersOnSlash: typing / into an empty textarea opens the

Calls

no outgoing calls

Tested by

no test coverage detected