MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / removeCable

Method removeCable

src/override/Engine.cpp:1020–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1018
1019
1020void Engine::removeCable(Cable* cable) {
1021 std::lock_guard<SharedMutex> lock(internal->mutex);
1022 removeCable_NoLock(cable);
1023}
1024
1025
1026void Engine::removeCable_NoLock(Cable* cable) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected