9 lines
243 B
Markdown

# /sshd_config/indexers
This folder contains logic for indexing the AST.
Creating the indexer fulfills two purposes:
* Creating actual indexes
* Validating some logic
The indexer also validates stuff like checking for duplicate values, etc.