Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
CommandDirectory *CommandDirectory::Get()
95
{
96
if (!mInstance)
97
mInstance.reset(safenew CommandDirectory());
98
return mInstance.get();
99
}
Callers
2
ApplyInner
Method · 0.45
SendTracks
Method · 0.45
Calls
2
reset
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected