Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
CBMScope* cbm_scope_pop(CBMScope* scope) {
16
if (!scope) {
17
return NULL;
18
}
19
return scope->parent;
20
}
21
22
static CBMScopeChunk* alloc_chunk(CBMScope* scope) {
23
if (!scope->arena) {
Callers
10
c_resolve_calls_in_node_inner
Function · 0.85
resolve_calls_in_node_inner
Function · 0.85
kt_process_if_expression
Function · 0.85
kt_process_when_expression
Function · 0.85
kt_process_for_statement
Function · 0.85
kt_process_lambda
Function · 0.85
kt_process_statement
Function · 0.85
kt_process_function_body
Function · 0.85
kt_walk_top_level_for_resolution
Function · 0.85
test_scope.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected