MCPcopy
hub / github.com/webpack/webpack / isTagged

Method isTagged

lib/javascript/JavascriptParser.js:344–346  ·  view source on GitHub ↗

* Checks whether this variable info is tagged. * @returns {boolean} the variable is tagged by tagVariable or not

()

Source from the content-addressed store, hash-verified

342 * @returns {boolean} the variable is tagged by tagVariable or not
343 */
344 isTagged() {
345 return (this.flags & VariableInfoFlags.Tagged) > 0;
346 }
347}
348
349/** @typedef {string | ScopeInfo | VariableInfo} ExportedVariableInfo */

Callers 3

_initializeEvaluatingMethod · 0.80
_callHooksForInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected