MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Get

Method Get

test/remote-certificate-fixture.cpp:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140std::string RequiresCertificate::Get()
141{
142 std::string props = "FIXTURES_REQUIRED \"";
143 props.append(boost::algorithm::join(m_RequiredFixtures, ";"));
144 props.append("\"");
145 return props;
146}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected