(url)
| 87 | } |
| 88 | |
| 89 | async readContainerMeta (url) { |
| 90 | if (url[url.length - 1] !== '/') { |
| 91 | url += '/' |
| 92 | } |
| 93 | return this.readResource(url + this.suffixMeta) |
| 94 | } |
| 95 | |
| 96 | async listContainer (container, reqUri, containerData, hostname) { |
| 97 | const resourceGraph = $rdf.graph() |
no test coverage detected