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

Function is_identifier

src/semantic/ast_profile.c:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static bool is_identifier(const char *k) {
104 return strcmp(k, "identifier") == 0 || strcmp(k, "field_identifier") == 0 ||
105 strcmp(k, "property_identifier") == 0 || strcmp(k, "type_identifier") == 0;
106}
107
108/* Simple hash set for Halstead unique counting (open addressing). */
109static bool halstead_insert(uint32_t *set, const char *key) {

Callers 2

accumulate_halsteadFunction · 0.85
accumulate_data_flowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected