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

Struct OpenFileWriteMsg

fileinput.go:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23type OpenFileReadMsg struct{ Id int }
24type OpenFileWriteMsg struct{ Id int }
25
26func (f *FileInput) OpenFile() tea.Cmd {
27 switch f.mode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected