MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / isBracketType

Method isBracketType

astyle/src/ASFormatter.cpp:1516–1519  ·  view source on GitHub ↗

* comparison function for BracketType enum */

Source from the content-addressed store, hash-verified

1514 * comparison function for BracketType enum
1515 */
1516bool ASFormatter::isBracketType(BracketType a, BracketType b) const
1517{
1518 return ((a & b) == b);
1519}
1520
1521/**
1522 * set the formatting style.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected