(cmd tea.Cmd)
| 253 | } |
| 254 | |
| 255 | func 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 |
no test coverage detected