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

Method ToString

lib/base/type.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}, InitializePriority::SortTypes);
76
77String Type::ToString() const
78{
79 return "type '" + GetName() + "'";
80}
81
82void Type::Register(const Type::Ptr& type)
83{

Callers 11

EncodeMethod · 0.45
ObjectToStringFunction · 0.45
FormatOutputFunction · 0.45
ProgramClass · 0.45
ShowCertificatePromptMethod · 0.45
ServiceStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected