MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / GetProtocolFormat

Method GetProtocolFormat

DSView/pv/config/appconfig.cpp:402–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402std::string AppConfig::GetProtocolFormat(const std::string &protocolName)
403{
404 for (StringPair &o : appOptions.m_protocolFormats){
405 if (o.m_key == protocolName){
406 return o.m_value;
407 }
408 }
409 return "";
410}
411
412void AppConfig::GetFontSizeRange(float *minSize, float *maxSize)
413{

Callers 1

add_protocol_by_idMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected