Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ OnCompact
Function
OnCompact
src/menus/FileMenus.cpp:249–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
void OnCompact(const CommandContext &context)
250
{
251
ProjectFileManager::Get(context.project).Compact();
252
}
253
254
void OnSave(const CommandContext &context )
255
{
Callers
nothing calls this directly
Calls
2
Get
Function · 0.85
Compact
Method · 0.45
Tested by
no test coverage detected