MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / printer_pop_depth

Function printer_pop_depth

src/rustDemangle.cpp:1000–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998}
999
1000static void printer_pop_depth(struct printer *printer) {
1001 if (printer->status == DemangleOk) {
1002 parser_pop_depth(&printer->parser);
1003 }
1004}
1005
1006static NODISCARD overflow_status printer_print_buf(struct printer *printer, const char *start, size_t len) {
1007 if (printer->out == NULL) {

Calls 1

parser_pop_depthFunction · 0.85

Tested by

no test coverage detected