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

Function cs_fields_add

internal/cbm/lsp/cs_lsp.c:2388–2391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2386 const CBMType *type, bool debug);
2387
2388static void cs_fields_add(CBMArena *arena, cs_fields_t *f, const char *name,
2389 const CBMType *type) {
2390 cs_fields_add_debug(arena, f, name, type, false);
2391}
2392
2393static void cs_fields_add_debug(CBMArena *arena, cs_fields_t *f, const char *name,
2394 const CBMType *type, bool debug) {

Callers 1

cs_collect_class_fieldsFunction · 0.85

Calls 1

cs_fields_add_debugFunction · 0.85

Tested by

no test coverage detected