MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / find

Method find

app/src/IO/Drivers/CanBackends.cpp:45–52  ·  view source on GitHub ↗

* @brief Returns the backend registered under @p key, or nullptr when none matches. */

Source from the content-addressed store, hash-verified

43 * @brief Returns the backend registered under @p key, or nullptr when none matches.
44 */
45const IO::Drivers::CanBackends::Entry* IO::Drivers::CanBackends::find(const QString& key)
46{
47 for (const Entry& entry : all())
48 if (entry.key == key)
49 return &entry;
50
51 return nullptr;
52}

Callers 15

GetMdfFileFunction · 0.80
SetUpTestSuiteMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
IsEllipseFunction · 0.80
TEST_FFunction · 0.80
SetUpTestSuiteMethod · 0.80
TEST_FFunction · 0.80
AddLoggerMethod · 0.80
DeleteLoggerMethod · 0.80
GetLoggerMethod · 0.80
GetLogFileMethod · 0.80

Calls

no outgoing calls

Tested by 15

GetMdfFileFunction · 0.64
SetUpTestSuiteMethod · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
IsEllipseFunction · 0.64
TEST_FFunction · 0.64
SetUpTestSuiteMethod · 0.64
TEST_FFunction · 0.64
AddPhysicalDimensionMethod · 0.64
AddUnitGroupMethod · 0.64
AddUnitMethod · 0.64
_recvMethod · 0.64