MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / instanceExist

Method instanceExist

sources/db/InstanceTable.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool InstanceTable::instanceExist(quint8 inst)
100{
101 VectorPair cond;
102 cond.append(CPair("instance", inst));
103 return recordExists(cond);
104}
105
106const QString InstanceTable::getNamebyIndex(quint8 index)
107{

Callers 2

startInstanceMethod · 0.80
stopInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected