Skip to content

Base model indexer: go to next file once a match extension is found

Currently, we loop through all extensions for all files, regardless of whether we already found a matching extension. This is slower than necessary.