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

Method getChecksumOut

astyle/src/ASFormatter.cpp:6333–6336  ·  view source on GitHub ↗

* get the value of checksumOut for unit testing * * @return checksumOut. */

Source from the content-addressed store, hash-verified

6331 * @return checksumOut.
6332 */
6333size_t ASFormatter::getChecksumOut() const
6334{
6335 return checksumOut;
6336}
6337
6338/**
6339 * Return the difference in checksums.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected