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

Method parseQuads

lib/ldp.mjs:790–794  ·  view source on GitHub ↗
(quads, uri, contentType)

Source from the content-addressed store, hash-verified

788 }
789
790 parseQuads (quads, uri, contentType) {
791 const graph = $rdf.graph()
792 $rdf.parse(quads, graph, uri, contentType)
793 return graph.statements
794 }
795
796 async getAvailableUrl (hostname, containerURI, { slug = uuid(), extension, container } = {}) {
797 let requestUrl = this.resourceMapper.resolveUrl(hostname, containerURI)

Callers 2

applyPatchUpdateMethod · 0.95

Calls 1

graphMethod · 0.80

Tested by

no test coverage detected