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

Function dictAdd

src/override/Engine.cpp:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370template<typename T>
371inline void dictAdd(IdentityDictionary<T>& dict, T key) {
372 dict[key] = key;
373}
374
375static void Engine_storeTerminalModulesIDs(std::vector<TerminalModule*> terminalModules, IdentityDictionary<int64_t>& terminalModulesIDs) {
376 for (TerminalModule* terminalModule : terminalModules)

Callers 2

Engine_orderModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected