MCPcopy 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
727bool RackWidget::hasModules() {
728 return internal->moduleContainer->children.empty();
729}
730
731bool RackWidget::requestModulePos(ModuleWidget* mw, math::Vec pos) {
732 // Check intersection with other modules

Callers 1

promptClearFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected