MCPcopy
hub / github.com/larksuite/cli / Open

Method Open

shortcuts/drive/drive_preview_test.go:825–825  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

823}
824
825func (f *statErrorFileIO) Open(name string) (fileio.File, error) { return f.inner.Open(name) }
826
827func (f *statErrorFileIO) Stat(string) (fileio.FileInfo, error) { return nil, f.err }
828

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.65

Tested by

no test coverage detected