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

Method adjustChecksumIn

astyle/src/ASFormatter.cpp:6292–6296  ·  view source on GitHub ↗

* Adjust the input checksum for deleted chars. * This is called as an assert so it for is debug config only */

Source from the content-addressed store, hash-verified

6290 * This is called as an assert so it for is debug config only
6291 */
6292bool ASFormatter::adjustChecksumIn(int adjustment)
6293{
6294 checksumIn += adjustment;
6295 return true;
6296}
6297
6298/**
6299 * get the value of checksumIn for unit testing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected