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

Function pop_enclosing_class

internal/cbm/lsp/java_lsp.c:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338static void pop_enclosing_class(JavaLSPContext *ctx) {
339 if (ctx->enclosing_class_depth > 0)
340 ctx->enclosing_class_depth--;
341}
342
343/* ── Type-AST → CBMType ───────────────────────────────────────────── */
344

Callers 3

java_process_class_declFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected