Read and check asmap from provided binary file.
Synopsis
Declared in <util/asmap.h>
std::vector<std::byte>
DecodeAsmap(fs::path path);
Return Value
The decoded asmap data, or an empty vector on failure.
Parameters
Name |
Description |
path |
Path to the binary asmap file to read. |
Created with MrDocs