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

Function assertIdlDictionary

test/parallel/test-webcrypto-webidl.js:23–25  ·  view source on GitHub ↗
(actual, expected)

Source from the content-addressed store, hash-verified

21}
22
23function assertIdlDictionary(actual, expected) {
24 assert.deepStrictEqual(actual, asIdlDictionary(expected));
25}
26
27function assertJsonWebKey(actual, expected) {
28 const idlDictionary = asIdlDictionary(expected);

Callers 1

Calls 1

asIdlDictionaryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…