MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / LoadString_NoThrow

Method LoadString_NoThrow

source/YamlHelper.cpp:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367std::string YamlLoadHelper::LoadString_NoThrow(const std::string& key, bool& bFound)
368{
369 std::string value = m_yamlHelper.GetMapValue(*m_pMapYaml, key, bFound);
370 return value;
371}
372
373std::string YamlLoadHelper::LoadString(const std::string& key)
374{

Callers 2

LoadSnapshotMethod · 0.80

Calls 1

GetMapValueMethod · 0.80

Tested by

no test coverage detected