* Checks whether this variable info is tagged. * @returns {boolean} the variable is tagged by tagVariable or not
()
| 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 */ |
no outgoing calls
no test coverage detected