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

Function cbm_scope_pop

internal/cbm/lsp/scope.c:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15CBMScope* cbm_scope_pop(CBMScope* scope) {
16 if (!scope) {
17 return NULL;
18 }
19 return scope->parent;
20}
21
22static CBMScopeChunk* alloc_chunk(CBMScope* scope) {
23 if (!scope->arena) {

Callers 10

kt_process_if_expressionFunction · 0.85
kt_process_for_statementFunction · 0.85
kt_process_lambdaFunction · 0.85
kt_process_statementFunction · 0.85
kt_process_function_bodyFunction · 0.85
test_scope.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected