MCPcopy Create free account
hub / github.com/basecamp/hey-cli / InThread

Method InThread

internal/tui/section_view.go:46–46  ·  view source on GitHub ↗

InThread reports whether a detail/thread view is open.

()

Source from the content-addressed store, hash-verified

44 // Returns the command and whether the message was consumed.
45 Update(msg tea.Msg) (tea.Cmd, bool)
46
47 // View renders the content area.
48 View() string
49

Callers 7

TestEscExitsThreadFunction · 0.65
TestQExitsThreadFunction · 0.65
TestJournalViewInThreadFunction · 0.65
updateHelpBindingsMethod · 0.65
handleKeyMethod · 0.65
TestCalendarViewInThreadFunction · 0.65
TestMailViewInThreadFunction · 0.65

Implementers 3

calendarViewinternal/tui/calendar.go
mailViewinternal/tui/mail.go
journalViewinternal/tui/journal.go

Calls

no outgoing calls

Tested by 5

TestEscExitsThreadFunction · 0.52
TestQExitsThreadFunction · 0.52
TestJournalViewInThreadFunction · 0.52
TestCalendarViewInThreadFunction · 0.52
TestMailViewInThreadFunction · 0.52