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

Method GetMapStartEvent

source/YamlHelper.cpp:136–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void YamlHelper::GetMapStartEvent(void)
137{
138 GetNextEvent();
139
140 if (m_newEvent.type != YAML_MAPPING_START_EVENT)
141 {
142 //printf("Unexpected yaml event (%d)\n", m_newEvent.type);
143 throw std::runtime_error("Unexpected yaml event");
144 }
145}
146
147int YamlHelper::ParseMap(MapYaml& mapYaml)
148{

Callers 2

ParseUnitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected