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

Function is_bool_lit

src/semantic/ast_profile.c:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static bool is_bool_lit(const char *k) {
92 return strcmp(k, "true") == 0 || strcmp(k, "false") == 0;
93}
94
95static bool is_operator_node(const char *k) {
96 /* Named nodes that represent operations (not data). */

Callers 2

accumulate_expressionsFunction · 0.85
accumulate_halsteadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected