Method
GetElfSize
* @brief 获取 elf 文件大小 * @return elf 文件大小 */
Source from the content-addressed store, hash-verified
| 31 | * @return elf 文件大小 |
| 32 | */ |
| 33 | [[nodiscard]] auto GetElfSize() const -> size_t { return elf_.size(); } |
| 34 | |
| 35 | /// @name 构造/析构函数 |
| 36 | /// @{ |