MCPcopy Index your code
hub / github.com/AppleWin/AppleWin / LoadString

Method LoadString

source/YamlHelper.cpp:373–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373std::string YamlLoadHelper::LoadString(const std::string& key)
374{
375 bool bFound;
376 std::string value = LoadString_NoThrow(key, bFound);
377 if (!bFound)
378 {
379 m_bDoGetMapRemainder = false;
380 throw std::runtime_error(m_currentMapName + ": Missing: " + key);
381 }
382 return value;
383}
384
385float YamlLoadHelper::LoadFloat(const std::string& key)
386{

Callers 15

LoadSnapshotMethod · 0.80
SC01_LoadSnapshotMethod · 0.80
ParseUnitApple2Function · 0.80
ParseSlotsFunction · 0.80
ParseUnitFunction · 0.80
MemLoadSnapshotAuxVer1Function · 0.80
MemLoadSnapshotAuxVer2Function · 0.80
LoadSnapshotMethod · 0.80
LoadSnapshotFloppyMethod · 0.80
ParseFileHdrMethod · 0.80
CpuLoadSnapshotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected