Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ done
Function
done
benchmark/crypto/oneshot-verify.js:70–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
function
measureAsync(n, digest, signature, publicKey, keys) {
69
let
remaining = n;
70
function
done() {
71
if
(--remaining === 0)
72
bench.end(n);
73
else
74
one();
75
}
76
77
function
one() {
78
crypto.verify(
Callers
nothing calls this directly
Calls
2
one
Function · 0.70
end
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…