Method
CreateFile
(ctx context.Context, args *fs.StatelessCreateFileService)
Source from the content-addressed store, hash-verified
| 383 | } |
| 384 | |
| 385 | func (b *nodeBase) CreateFile(ctx context.Context, args *fs.StatelessCreateFileService) error { |
| 386 | return errors.New("not implemented") |
| 387 | } |
| 388 | |
| 389 | func (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
Tested by
no test coverage detected