MCPcopy
hub / github.com/mozilla/source-map / has

Method has

lib/array-set.js:62–64  ·  view source on GitHub ↗

* Is the given string a member of this set? * * @param String aStr

(aStr)

Source from the content-addressed store, hash-verified

60 * @param String aStr
61 */
62 has(aStr) {
63 return this._set.has(aStr);
64 }
65
66 /**
67 * What is the index of the given string in the array?

Callers 6

addMethod · 0.95
applySourceMapMethod · 0.95
_findSourceIndexMethod · 0.80
fromSourceMapMethod · 0.80
addMappingMethod · 0.80
test-array-set.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected