MCPcopy Index your code
hub / github.com/anchordotdev/cli / Run

Method Run

ui/driver.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28type Program interface {
29 Quit()
30 Run() (tea.Model, error)
31 Send(tea.Msg)
32 Wait()
33}

Callers 15

TestConfigLoadENVFunction · 0.65
TestConfigLoadTOMLFunction · 0.65
TestConfigEncodeTOMLFunction · 0.65
TestRoundTripFunction · 0.65
NewCmdFunction · 0.65
TestCmdRootFunction · 0.65
TestErrorFunction · 0.65
TestPanicFunction · 0.65
TestMainFunction · 0.65
TestCmdTrustFunction · 0.65
TestTrustFunction · 0.65
TestCmdTrustAuditFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestConfigLoadENVFunction · 0.52
TestConfigLoadTOMLFunction · 0.52
TestConfigEncodeTOMLFunction · 0.52
TestRoundTripFunction · 0.52
TestCmdRootFunction · 0.52
TestErrorFunction · 0.52
TestPanicFunction · 0.52
TestMainFunction · 0.52
TestCmdTrustFunction · 0.52
TestTrustFunction · 0.52
TestCmdTrustAuditFunction · 0.52
TestAuditFunction · 0.52