MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / obs_module_post_load

Function obs_module_post_load

src/plugin-main.cpp:507–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507void obs_module_post_load(void)
508{
509 obs_log(LOG_DEBUG, "+obs_module_post_load()");
510
511 // Check for new updates after the plugin has loaded.
512 updateCheckStart();
513
514 obs_log(LOG_DEBUG, "-obs_module_post_load()");
515}
516
517void obs_module_unload(void)
518{

Callers

nothing calls this directly

Calls 1

updateCheckStartFunction · 0.85

Tested by

no test coverage detected