UpdateSourceWithURL updates a source by providing url from which fun-pkg can be downloaded. supported url: http/file
(config *utils.SourceConfig, pkgURL string, options *utils.UpdateOptions)
| 73 | |
| 74 | // UpdateSourceWithURL updates a source by providing url from which fun-pkg can be downloaded. supported url: http/file |
| 75 | UpdateSourceWithURL(config *utils.SourceConfig, pkgURL string, options *utils.UpdateOptions) error |
| 76 | |
| 77 | // UpdateSourceWithURL updates a source by providing url from which fun-pkg can be downloaded. supported url: http/file |
| 78 | UpdateSourceWithURLWithContext( |
nothing calls this directly
no outgoing calls
no test coverage detected