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

Function converter

test/parallel/test-internal-webidl.js:382–385  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

380 {
381 key: 'zBase',
382 converter(value) {
383 calls.push(`base z:${value}`);
384 return value;
385 },
386 },
387 {
388 key: 'aBase',

Callers 7

__get__Method · 0.85
createSequenceConverterFunction · 0.85
index.jsFile · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…