MCPcopy Create free account
hub / github.com/WheretIB/nullc / Run

Method Run

tests/TestStackRealloc.cpp:486–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484struct TestRestore : TestQueue
485{
486 virtual void Run()
487 {
488 nullcTerminate();
489 nullcInit(MODULE_PATH);
490
491 nullcInitTypeinfoModule();
492 nullcInitFileModule();
493 nullcInitMathModule();
494 nullcInitVectorModule();
495 nullcInitRandomModule();
496 nullcInitDynamicModule();
497 nullcInitGCModule();
498 nullcInitIOModule();
499 nullcInitCanvasModule();
500#if defined(_MSC_VER)
501 nullcInitWindowModule();
502#endif
503 }
504};
505TestRestore testRestore;

Callers

nothing calls this directly

Calls 12

nullcTerminateFunction · 0.85
nullcInitFunction · 0.85
nullcInitFileModuleFunction · 0.85
nullcInitMathModuleFunction · 0.85
nullcInitVectorModuleFunction · 0.85
nullcInitRandomModuleFunction · 0.85
nullcInitGCModuleFunction · 0.85
nullcInitIOModuleFunction · 0.85
nullcInitCanvasModuleFunction · 0.85
nullcInitWindowModuleFunction · 0.85
nullcInitTypeinfoModuleFunction · 0.50
nullcInitDynamicModuleFunction · 0.50

Tested by

no test coverage detected