MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_char

Method get_char

compat/resource_format_xml.cpp:1244–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244uint8_t ResourceInteractiveLoaderXML::get_char() const {
1245 uint8_t c = f->get_8();
1246 if (c == '\n')
1247 lines++;
1248 return c;
1249}
1250
1251///
1252

Callers 2

parse_tag_assign_eofMethod · 0.80

Calls 1

get_8Method · 0.45

Tested by

no test coverage detected