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

Method Get

src/commands/CommandDirectory.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94CommandDirectory *CommandDirectory::Get()
95{
96 if (!mInstance)
97 mInstance.reset(safenew CommandDirectory());
98 return mInstance.get();
99}

Callers 2

ApplyInnerMethod · 0.45
SendTracksMethod · 0.45

Calls 2

resetMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected