MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / ts_nstack_pop

Function ts_nstack_pop

internal/cbm/extract_node_stack.h:50–52  ·  view source on GitHub ↗

Pop a node from the stack. Caller must check s->count > 0. */

Source from the content-addressed store, hash-verified

48
49/* Pop a node from the stack. Caller must check s->count > 0. */
50static inline TSNode ts_nstack_pop(TSNodeStack *s) {
51 return s->items[--s->count];
52}
53
54/*
55 * Push all children of `node` so they POP in forward (source) order — a drop-in

Callers 15

walk_usagesFunction · 0.85
walk_es_importsFunction · 0.85
parse_zig_importsFunction · 0.85
walk_wolfram_importsFunction · 0.85
parse_hare_importsFunction · 0.85
parse_pascal_importsFunction · 0.85
parse_powershell_importsFunction · 0.85
parse_lisp_importsFunction · 0.85
parse_starlark_importsFunction · 0.85
parse_tcl_importsFunction · 0.85
parse_teal_importsFunction · 0.85
parse_zsh_importsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected