MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / ~EventParser

Method ~EventParser

src/framework/io/yaml.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 ~EventParser() {
158 if (initialized_) {
159 yaml_parser_delete(&parser_);
160 }
161 }
162
163 yaml_parser_t & parser() noexcept {
164 return parser_;

Callers

nothing calls this directly

Calls 1

yaml_parser_deleteFunction · 0.85

Tested by

no test coverage detected