MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / GetKextCount

Function GetKextCount

rEFIt_UEFI/Platform/kext_inject.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252UINT32 GetKextCount()
253{
254 return (UINT32)GetListCount(&gKextList);
255}
256
257UINT32 GetKextsSize()
258{

Callers 2

LoadKextsMethod · 0.85
InjectKextsMethod · 0.85

Calls 1

GetListCountFunction · 0.85

Tested by

no test coverage detected