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

Function hash

lib/handlers/patch.mjs:237–239  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

235
236// Creates a hash of the given text
237function hash (text) {
238 return crypto.createHash('md5').update(text).digest('hex')
239}
240
241export default handler

Callers 1

patchHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected