MCPcopy Create free account
hub / github.com/Tencent/TscanCode / checkBitwiseOnBoolean

Method checkBitwiseOnBoolean

trunk/lib/checkbool.cpp:74–114  ·  view source on GitHub ↗

--------------------------------------------------------------------------- if (bool & bool) -> if (bool && bool) if (bool | bool) -> if (bool || bool) ---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runSimplifiedChecksFunction · 0.80

Calls 5

isEnabledMethod · 0.80
sizeMethod · 0.80
variableMethod · 0.80
tokAtMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected