MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / readContainerMeta

Method readContainerMeta

lib/ldp.mjs:89–94  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

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()

Callers 2

getMethod · 0.95
ldp-test.mjsFile · 0.80

Calls 1

readResourceMethod · 0.95

Tested by

no test coverage detected