mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Agent-Logs-Url: https://github.com/XRPLF/rippled/sessions/7538f6f4-df9a-4ffd-b181-e6caf4c74795 Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com>
14 lines
157 B
C++
14 lines
157 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace xrpl::git {
|
|
|
|
std::string const&
|
|
getCommitHash();
|
|
|
|
std::string const&
|
|
getBuildBranch();
|
|
|
|
} // namespace xrpl::git
|