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

Method Init

internal/tui/journal.go:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40type journalPageAppendedMsg struct {
41 requestID uint64
42 entries []journalSummary
43 nextPage string
44 err error
45}
46
47// journalPageRefreshedMsg is the top of the list read again for a change that arrived
48// over the watch. It carries a bare counter of its own rather than riding the request
49// lane, for the reason the appended page does: a live re-read must never cancel — or be

Callers

nothing calls this directly

Calls 2

fetchJournalEntryMethod · 0.95
generateJournalDatesFunction · 0.85

Tested by

no test coverage detected