2024-09-17 23:50:50 +02:00

243 B

/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.