MCPcopy
hub / github.com/vercel/next.js / has

Method has

packages/next/src/compiled/source-map08/source-map.js:68–70  ·  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

66 * @param String aStr
67 */
68 has(aStr) {
69 return this._set.has(aStr);
70 }
71
72 /**
73 * What is the index of the given string in the array?

Callers 7

addMethod · 0.95
applySourceMapMethod · 0.95
getCompileFnFunction · 0.45
_findSourceIndexMethod · 0.45
fromSourceMapMethod · 0.45
addMappingMethod · 0.45
source-map.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected