(fileLocationString)
| 328 | } |
| 329 | |
| 330 | _getFileBaseFromFileLocation (fileLocationString) { |
| 331 | const pathItems = fileLocationString.split('/') |
| 332 | pathItems.pop() |
| 333 | return `${pathItems.join('/')}/` |
| 334 | } |
| 335 | |
| 336 | _joinUrl (url, fileBase) { |
| 337 | let fetchUrl = url |
no outgoing calls
no test coverage detected