MCPcopy Create free account
hub / github.com/nodejs/node / probe

Method probe

test/fixtures/wpt/resources/webidl2/lib/webidl2.js:460–464  ·  view source on GitHub ↗

* @param {string} value

(value)

Source from the content-addressed store, hash-verified

458 * @param {string} value
459 */
460 probe(value) {
461 return (
462 this.probeKind("inline") && this.source[this.position].value === value
463 );
464 }
465
466 /**
467 * @param {...string} candidates

Callers 15

callbackFunction · 0.80
generic_typeFunction · 0.80
type_suffixFunction · 0.80
single_typeFunction · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
fooFunction · 0.80
f2Function · 0.80
f9Function · 0.80

Calls 1

probeKindMethod · 0.95

Tested by

no test coverage detected