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

Function named_t

tests/test_scope.c:15–17  ·  view source on GitHub ↗

Build a NAMED type for a fixture string. Arena-allocated. */

Source from the content-addressed store, hash-verified

13
14/* Build a NAMED type for a fixture string. Arena-allocated. */
15static const CBMType *named_t(CBMArena *a, const char *qn) {
16 return cbm_type_named(a, qn);
17}
18
19/* ── Basic API ─────────────────────────────────────────────────── */
20

Callers 1

test_scope.cFile · 0.85

Calls 1

cbm_type_namedFunction · 0.85

Tested by

no test coverage detected