MCPcopy 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
249void OnCompact(const CommandContext &context)
250{
251 ProjectFileManager::Get(context.project).Compact();
252}
253
254void OnSave(const CommandContext &context )
255{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
CompactMethod · 0.45

Tested by

no test coverage detected