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

Method Add

libraries/lib-project/Project.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void AllProjects::Add( const value_type &pProject )
57{
58 if (!pProject) {
59 wxASSERT(false);
60 return;
61 }
62 std::lock_guard<std::mutex> guard{ Mutex() };
63 gAudacityProjects.push_back( pProject );
64}
65
66std::mutex &AllProjects::Mutex()
67{

Callers 15

CreateUIMethod · 0.45
MSWOnInitDialogMethod · 0.45
MSWOnSelChangeMethod · 0.45
ParseFilterMethod · 0.45
GetPathsMethod · 0.45
ShowModalMethod · 0.45
ShowModalMethod · 0.45
NewMethod · 0.45
CreateMethod · 0.45
PasteIntoMethod · 0.45
DoEffectMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected