MCPcopy Create free account
hub / github.com/apohl79/audiogridder / canAddBus

Method canAddBus

Server/Source/Processor.cpp:1260–1267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258}
1259
1260bool Processor::canAddBus(bool isInput) {
1261 if (!m_isClient) {
1262 if (auto p = getPlugin(0)) {
1263 return p->canAddBus(isInput);
1264 }
1265 }
1266 return false;
1267}
1268
1269bool Processor::canRemoveBus(bool isInput) {
1270 if (!m_isClient) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected