MCPcopy Create free account
hub / github.com/VCVRack/Rack / getNumModules

Method getNumModules

src/engine/Engine.cpp:727–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725
726
727size_t Engine::getNumModules() {
728 return internal->modules.size();
729}
730
731
732size_t Engine::getModuleIds(int64_t* moduleIds, size_t len) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected