MCPcopy Index your code
hub / github.com/nodejs/node / assertSameSet

Function assertSameSet

test/parallel/test-webcrypto-deduplicate-usages.js:19–25  ·  view source on GitHub ↗
(actual, expected, msg)

Source from the content-addressed store, hash-verified

17const { subtle } = globalThis.crypto;
18
19function assertSameSet(actual, expected, msg) {
20 if (msg === undefined) {
21 assert.deepStrictEqual(actual, expected);
22 } else {
23 assert.deepStrictEqual(actual, expected, msg);
24 }
25}
26
27{
28 const tests = [];

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…