Refactor kext index retrieval

This commit is contained in:
Hoang Hong Quan
2025-04-24 16:56:56 +07:00
parent b9fcafc043
commit dbade935a5
5 changed files with 92 additions and 103 deletions

View File

@@ -887,3 +887,5 @@ kexts = [
}
)
]
kext_index_by_name = {kext.name: index for index, kext in enumerate(kexts)}