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

Method RegisterAttributeHandler

lib/base/type.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void Type::RegisterAttributeHandler([[maybe_unused]] int fieldId, const AttributeHandler&)
207{
208 throw std::runtime_error("Invalid field ID.");
209}
210
211String TypeType::GetName() const
212{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected