MCPcopy Create free account
hub / github.com/anchordotdev/cli / View

Method View

cli_test.go:164–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162func (m *TestHint) Update(msg tea.Msg) (tea.Model, tea.Cmd) { return m, nil }
163
164func (m *TestHint) View() string {
165 var b strings.Builder
166 fmt.Fprintln(&b, ui.StepHint(fmt.Sprintf("Test %s Hint.", m.Type)))
167 return b.String()
168}
169
170var Timestamp, _ = time.Parse(time.RFC3339Nano, "2024-01-02T15:04:05.987654321Z")

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected