Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
237
function
hash (text) {
238
return
crypto.createHash(
'md5'
).update(text).digest(
'hex'
)
239
}
240
241
export
default handler
Callers
1
patchHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected