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

Method Save

shortcuts/drive/drive_preview_test.go:831–833  ·  view source on GitHub ↗
(path string, opts fileio.SaveOptions, body io.Reader)

Source from the content-addressed store, hash-verified

829func (f *statErrorFileIO) ResolvePath(path string) (string, error) { return f.inner.ResolvePath(path) }
830
831func (f *statErrorFileIO) Save(path string, opts fileio.SaveOptions, body io.Reader) (fileio.SaveResult, error) {
832 return f.inner.Save(path, opts, body)
833}
834
835// String implements fmt.Stringer for scalar helper tests.
836func (s drivePreviewTestStringer) String() string { return string(s) }

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.65

Tested by

no test coverage detected