ΒΆErrorOr<MD5::MD5Result> md5_contents(int FD)

Description

Compute an MD5 hash of a file's contents.

Declared at: llvm/include/llvm/Support/FileSystem.h:439

Parameters

int FD
Input file descriptor.

Returns

An MD5Result with the hash computed, if successful, otherwise a std::error_code.