[#GetBuriedDeployment] = GetBuriedDeployment :mrdocs: Looks up a buried deployment by its name. == Synopsis Declared in `<deploymentinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<Consensus::BuriedDeployment> GetBuriedDeployment(std::string_view deployment_name); ---- == Return Value The matching buried deployment, or std::nullopt if none matches. == Parameters [cols="1,4"] |=== | Name| Description | *deployment_name* | The deployment name to resolve. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#