Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/node-modules/utility
/ md5.cjs
File
md5.cjs
benchmark/md5.cjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* eslint-disable @typescript-eslint/no-
var
-requires */
2
const
Benchmark = require(
'benchmark'
);
3
const
crypto = require(
'node:crypto'
);
4
const
utils = require(
'..'
);
Callers
nothing calls this directly
Calls
1
createHashWithMD5
Function · 0.85
Tested by
no test coverage detected