MCPcopy Create free account
hub / github.com/LunaSource/Luna / Init

Method Init

ui/models.go:119–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 return m, tea.Quit
118 }
119 switch m.state {
120 case stateSelecting:
121 return handleSelectionInput(m, msg)
122 case stateReview:
123 return handleReviewInput(m, msg)
124 }
125
126 case availableFilesMsg:
127 if msg.err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected