Method
CreateDownloader
(ctx context.Context, c request.Client, settings setting.Provider)
Source from the content-addressed store, hash-verified
| 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") |
| 391 | } |
| 392 | |
| 393 | func (b *nodeBase) Settings(ctx context.Context) *types.NodeSetting { |
| 394 | return b.model.Settings |
Callers
nothing calls this directly
Tested by
no test coverage detected