Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
973
void Engine::addCable(Cable* cable) {
974
std::lock_guard<SharedMutex> lock(internal->mutex);
975
addCable_NoLock(cable);
976
}
977
978
979
void Engine::addCable_NoLock(Cable* cable) {
Callers
1
redo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected