Return the current SHA1 hash for the content of the stream.

Synopsis

Declared in <llvm/Support/raw_sha1_ostream.h>

std::array<uint8_t, 20>
sha1();

Return Value

The current 160‐bit SHA1 digest of the streamed content.

Created with MrDocs