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

Function dictionaryMemberContext

lib/internal/webidl.js:654–656  ·  view source on GitHub ↗

* Returns the context used when converting a dictionary member. * @param {string} key Dictionary member identifier. * @param {ConversionOptions} options Conversion options. * @returns {string}

(key, options)

Source from the content-addressed store, hash-verified

652 * @returns {string}
653 */
654function dictionaryMemberContext(key, options) {
655 return options.context ? `${key} in ${options.context}` : key;
656}
657
658/**
659 * Returns the context used when converting a sequence element.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…