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

Function TestPopoverRenderHasNoMarker

internal/tui/tui_test.go:2771–2780  ·  view source on GitHub ↗

TestPopoverRenderHasNoMarker: no row in the rendered popover is prefixed with the old `▸ ` arrow or a 2-space marker. Selection is a colour change, not a marker.

(t *testing.T)

Source from the content-addressed store, hash-verified

2769 }
2770 msg := cmd()
2771 if msg == nil {
2772 continue
2773 }
2774 seen = append(seen, msg)
2775 if batch, ok := msg.(tea.BatchMsg); ok {
2776 for _, c := range batch {
2777 if c == nil {
2778 continue
2779 }
2780 bm, bcmd := m.Update(c())
2781 m = bm
2782 queue = append(queue, bcmd)
2783 }

Callers

nothing calls this directly

Calls 4

newTestModelFunction · 0.85
typeIntoFunction · 0.85
stripANSIFunction · 0.85
renderPopoverMethod · 0.80

Tested by

no test coverage detected