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

Method addCable

src/engine/Engine.cpp:973–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971
972
973void Engine::addCable(Cable* cable) {
974 std::lock_guard<SharedMutex> lock(internal->mutex);
975 addCable_NoLock(cable);
976}
977
978
979void Engine::addCable_NoLock(Cable* cable) {

Callers 1

redoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected