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

Method getNumCables

src/engine/Engine.cpp:944–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942
943
944size_t Engine::getNumCables() {
945 return internal->cables.size();
946}
947
948
949size_t Engine::getCableIds(int64_t* cableIds, size_t len) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected