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

Function GetMdfFile

lib/mdflib/mdflib_test/src/testread.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54MdfList kMdfList;
55
56std::string GetMdfFile(const std::string &name) {
57 auto itr = kMdfList.find(name);
58 return itr == kMdfList.cend() ? std::string() : itr->second;
59}
60
61double ConvertToMs(uint64_t diff) {
62 auto temp = static_cast<double>(diff);

Callers 1

TEST_FFunction · 0.85

Calls 2

findMethod · 0.80
cendMethod · 0.80

Tested by

no test coverage detected