MCPcopy Create free account
hub / github.com/ElementsProject/elements / DeploymentName

Function DeploymentName

src/deploymentinfo.h:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21std::string DeploymentName(Consensus::BuriedDeployment dep);
22
23inline std::string DeploymentName(Consensus::DeploymentPos pos)
24{
25 assert(Consensus::ValidDeployment(pos));
26 return VersionBitsDeploymentInfo[pos].name;
27}
28
29#endif // BITCOIN_DEPLOYMENTINFO_H

Callers 1

SoftForkDescPushBackFunction · 0.50

Calls 1

ValidDeploymentFunction · 0.85

Tested by

no test coverage detected