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

Function usage_lexical_scope

internal/cbm/extract_usages.c:1668–1672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1666}
1667
1668static const CBMLexicalScope *usage_lexical_scope(const WalkState *state, uint32_t id) {
1669 return state && id > 0 && id <= (uint32_t)state->lexical_scope_count
1670 ? &state->lexical_scopes[id - 1U]
1671 : NULL;
1672}
1673
1674static uint32_t active_lexical_scope_id(const WalkState *state) {
1675 if (!state) {

Calls

no outgoing calls

Tested by

no test coverage detected