Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ hasModules
Method
hasModules
src/app/RackWidget.cpp:727–729 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
725
}
726
727
bool RackWidget::hasModules() {
728
return internal->moduleContainer->children.empty();
729
}
730
731
bool RackWidget::requestModulePos(ModuleWidget* mw, math::Vec pos) {
732
// Check intersection with other modules
Callers
1
promptClear
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected