MCPcopy Create free account
hub / github.com/1buran/rHttp / View

Method View

fileinput.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (f FileInput) View() string {
74 return f.widget.View()
75}
76
77func NewFileInput(id, mode int, title, placeholder string, colors ...lipgloss.Color) FileInput {
78 w := textinput.New()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected