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

Method Save

shortcuts/markdown/markdown_test.go:186–188  ·  view source on GitHub ↗
(path string, opts fileio.SaveOptions, body io.Reader)

Source from the content-addressed store, hash-verified

184}
185
186func (f *statOnlyFileIO) Save(path string, opts fileio.SaveOptions, body io.Reader) (fileio.SaveResult, error) {
187 return f.base.Save(path, opts, body)
188}
189
190func TestShortcutsIncludesExpectedCommands(t *testing.T) {
191 t.Parallel()

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.65

Tested by

no test coverage detected