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

Method getChecksumDiff

astyle/src/ASFormatter.cpp:6342–6345  ·  view source on GitHub ↗

* Return the difference in checksums. * If zero all is okay. */

Source from the content-addressed store, hash-verified

6340 * If zero all is okay.
6341 */
6342int ASFormatter::getChecksumDiff() const
6343{
6344 return checksumOut - checksumIn;
6345}
6346
6347// for unit testing
6348int ASFormatter::getFormatterFileType() const

Callers 2

formatFileMethod · 0.80
AStyleMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected