MCPcopy Create free account
hub / github.com/codehamr/codehamr / cmdYieldsPrintln

Function cmdYieldsPrintln

internal/tui/resize_test.go:255–257  ·  view source on GitHub ↗
(cmd tea.Cmd)

Source from the content-addressed store, hash-verified

253}
254
255func cmdYieldsPrintln(cmd tea.Cmd) bool {
256 return countPrintlnLeaves(cmd) > 0
257}
258
259// printlnMsgType is captured from tea.Println itself, not matched by its
260// unexported type *name*: a name-string match would silently degrade to a

Calls 1

countPrintlnLeavesFunction · 0.85

Tested by

no test coverage detected