Actions._namesSet property
Set of all action names for quick lookup.
Signature
protected readonly _namesSet: Set<string>;
Remarks
This set provides O(1) existence checks for action names, enabling efficient validation during template expansion and duplicate detection.
Key characteristics:
- Known only after
Actions.initialise()completes. - Contains all action names including those generated from templates.
- Used to detect duplicate action names that might arise from template expansion conflicts or explicit duplicates in
package.json.
This redundant storage (alongside _actionsMap) is justified by the performance benefit for name existence checks, especially in packages with many actions.
Generated via tsdoc2docusaurus 1.3.2 by API Extractor/Documenter 7.57.2.