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

Method FinaliseParser

source/YamlHelper.cpp:50–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void YamlHelper::FinaliseParser(void)
51{
52 if (m_hFile)
53 fclose(m_hFile);
54
55 m_hFile = NULL;
56
57 yaml_event_delete(&m_newEvent);
58 yaml_parser_delete(&m_parser);
59}
60
61UINT YamlHelper::ParseFileHdr(const char* tag)
62{

Callers 2

Snapshot_LoadState_v2Function · 0.80

Calls 2

yaml_event_deleteFunction · 0.85
yaml_parser_deleteFunction · 0.85

Tested by

no test coverage detected