Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ NextWindowID
Method
NextWindowID
src/ProjectWindow.cpp:430–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
428
}
429
430
int ProjectWindow::NextWindowID()
431
{
432
return mNextWindowID++;
433
}
434
435
enum {
436
FirstID = 1000,
Callers
1
TrackPanel.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected