MCPcopy Create free account
hub / github.com/nsf/gocode / file_read_response

Struct file_read_response

utils.go:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214type file_read_response struct {
215 data []byte
216 error error
217}
218
219type file_reader_type struct {
220 in chan file_read_request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected