Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ parser_pop_depth
Function
parser_pop_depth
src/rustDemangle.cpp:668–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
}
667
668
static demangle_status parser_pop_depth(struct parser *parser) {
669
parser->depth--;
670
return DemangleOk;
671
}
672
673
static uint8_t parser_peek(struct parser const *parser) {
674
if (parser->next == parser->sym_len) {
Callers
1
printer_pop_depth
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected