MCPcopy Create free account
hub / github.com/coolsnowwolf/lede / expr_eliminate_dups

Function expr_eliminate_dups

scripts/config/expr.c:664–686  ·  view source on GitHub ↗

* Rewrites 'e' in-place to remove ("join") duplicate and other redundant * operands. * * Example simplifications: * * A || B || A -> A || B * A && B && A=y -> A=y && B * * Returns the deduplicated expression. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

menu_finalizeFunction · 0.85

Calls 2

expr_eliminate_dups1Function · 0.85
expr_eliminate_ynFunction · 0.85

Tested by

no test coverage detected