MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / execute_pvfv_array

Function execute_pvfv_array

Kernel-Bridge/API/CppSupport.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static void execute_pvfv_array(_PVFV* begin, _PVFV* end)
67{
68 _PVFV* fn = begin;
69 while (fn != end)
70 {
71 if (*fn) (**fn)();
72 ++fn;
73 }
74}
75
76static int execute_pifv_array(_PIFV* begin, _PIFV* end)
77{

Callers 2

__crt_initFunction · 0.85
__crt_deinitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected