CreateSourceWithURL creates a new source by providing url from which fun-pkg can be downloaded. Supported url: http/file
(config *utils.SourceConfig, pkgURL string)
| 55 | // CreateSourceWithURL creates a new source by providing url from which fun-pkg can be downloaded. |
| 56 | // Supported url: http/file |
| 57 | CreateSourceWithURL(config *utils.SourceConfig, pkgURL string) error |
| 58 | |
| 59 | // CreateSourceWithURL creates a new source by providing url from which fun-pkg can be downloaded. |
| 60 | // Supported url: http/file |
nothing calls this directly
no outgoing calls
no test coverage detected