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

Function assertJsonWebKey

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

Source from the content-addressed store, hash-verified

25}
26
27function assertJsonWebKey(actual, expected) {
28 const idlDictionary = asIdlDictionary(expected);
29 if (idlDictionary.oth !== undefined)
30 idlDictionary.oth = idlDictionary.oth.map(asIdlDictionary);
31 assert.deepStrictEqual(actual, idlDictionary);
32}
33
34// Required arguments.length
35{

Callers 1

Calls 2

asIdlDictionaryFunction · 0.85
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…