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

Method ~Parser

src/framework/io/yaml.cpp:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 ~Parser() {
114 if (primary_loaded_) {
115 yaml_document_delete(&primary_document_);
116 }
117 if (initialized_) {
118 yaml_parser_delete(&parser_);
119 }
120 }
121
122 yaml_document_t & load_primary() {
123 load_document(primary_document_, primary_loaded_);

Callers

nothing calls this directly

Calls 2

yaml_document_deleteFunction · 0.85
yaml_parser_deleteFunction · 0.85

Tested by

no test coverage detected