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

Method removeCable

src/engine/Engine.cpp:1039–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037
1038
1039void Engine::removeCable(Cable* cable) {
1040 std::lock_guard<SharedMutex> lock(internal->mutex);
1041 removeCable_NoLock(cable);
1042}
1043
1044
1045void Engine::removeCable_NoLock(Cable* cable) {

Callers 1

undoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected