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

Function dictContains

src/override/Engine.cpp:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365template<typename T>
366inline bool dictContains(IdentityDictionary<T>& dict, T key) {
367 return dict.find(key) != dict.end();
368}
369
370template<typename T>
371inline void dictAdd(IdentityDictionary<T>& dict, T key) {

Callers 1

Engine_orderModuleFunction · 0.85

Calls 1

endMethod · 0.45

Tested by

no test coverage detected