MCPcopy Index your code
hub / github.com/larksuite/cli / bodyFileTestIO

Struct bodyFileTestIO

shortcuts/mail/mail_errors_test.go:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255type bodyFileTestIO struct {
256 open func(string) (fileio.File, error)
257}
258
259func (fio bodyFileTestIO) Open(name string) (fileio.File, error) {
260 return fio.open(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected