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

Function is_arithmetic

src/semantic/ast_profile.c:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static bool is_arithmetic(const char *k) {
73 return strcmp(k, "unary_expression") == 0 || strcmp(k, "update_expression") == 0;
74}
75
76static bool is_assignment(const char *k) {
77 return strcmp(k, "assignment_expression") == 0 || strcmp(k, "assignment_statement") == 0 ||

Callers 2

is_operator_nodeFunction · 0.85
accumulate_expressionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected