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

Function handler

lib/handlers/patch.mjs:105–108  ·  view source on GitHub ↗
(req, res, next)

Source from the content-addressed store, hash-verified

103
104// Reads the request body and calls the actual patch handler
105function handler (req, res, next) {
106 debug('PATCH -- handler called for:', req.originalUrl || req.url)
107 readEntity(req, res, () => patchHandler(req, res, next))
108}
109
110const readEntity = bodyParser.text({ type: () => true })
111

Callers

nothing calls this directly

Calls 1

patchHandlerFunction · 0.85

Tested by

no test coverage detected