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

Method getChecksumIn

astyle/src/ASFormatter.cpp:6303–6306  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6301 * @return checksumIn.
6302 */
6303size_t ASFormatter::getChecksumIn() const
6304{
6305 return checksumIn;
6306}
6307
6308/**
6309 * Compute the output checksum.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected