MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getChecksumDiff

Method getChecksumDiff

other_src/astyle/src/ASFormatter.cpp:4825–4828  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

4823 * If zero all is okay.
4824 */
4825int ASFormatter::getChecksumDiff() const
4826{
4827 return checksumOut - checksumIn;
4828}
4829
4830// for unit testing
4831int ASFormatter::getFormatterFileType() const

Callers 2

formatFileMethod · 0.80
AStyleMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected