MCPcopy Create free account
hub / github.com/audacity/audacity / Init

Class Init

libraries/lib-module-manager/ModuleManager.h:171–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169// Guarantee the registry exists before any registrations, so it will
170// be destroyed only after the un-registrations
171static struct Init{
172 Init() { RegisterProviderFactory(nullptr); } } sInitBuiltinModules;
173
174#endif /* __AUDACITY_MODULEMANAGER_H__ */

Callers 15

FileDialogMethod · 0.85
InitMethod · 0.85
LibraryPrefsClass · 0.85
UseThemeColourMethod · 0.85
LightMethod · 0.85
MediumMethod · 0.85
DarkMethod · 0.85
CursorColorMethod · 0.85
IndicatorColorMethod · 0.85
TrackFocusPenMethod · 0.85
SnapGuidePenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected