MCPcopy 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

68function 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

oneFunction · 0.70
endMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…