MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / CreateFile

Method CreateFile

pkg/cluster/node.go:385–387  ·  view source on GitHub ↗
(ctx context.Context, args *fs.StatelessCreateFileService)

Source from the content-addressed store, hash-verified

383}
384
385func (b *nodeBase) CreateFile(ctx context.Context, args *fs.StatelessCreateFileService) error {
386 return errors.New("not implemented")
387}
388
389func (b *nodeBase) CreateDownloader(ctx context.Context, c request.Client, settings setting.Provider) (downloader.Downloader, error) {
390 return nil, errors.New("not implemented")

Callers

nothing calls this directly

Calls 1

NewMethod · 0.65

Tested by

no test coverage detected