MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / update

Method update

src/pull/sha1.hpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249
250inline void SHA1::update(const std::string &s)
251{
252 std::istringstream is(s);
253 update(is);
254}
255
256
257inline void SHA1::update(std::istream &is)

Callers 3

updateFunction · 0.80
calculate_git_blob_oidFunction · 0.80
from_fileMethod · 0.80

Calls 5

buffer_to_blockFunction · 0.85
transformFunction · 0.85
clearMethod · 0.80
updateFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected