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

Struct FileInputWriter

fileinput.go:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95type FileInputWriter struct {
96 Id int
97 Writer io.WriteCloser
98 Error error
99 Path string
100}
101
102func (f FileInput) Update(msg tea.Msg) (FileInput, tea.Cmd) {
103 var c1, c2 tea.Cmd

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected