| 161 | } |
| 162 | |
| 163 | void IcingaApplication::DumpProgramState() |
| 164 | { |
| 165 | ConfigObject::DumpObjects(Configuration::StatePath); |
| 166 | DumpModifiedAttributes(); |
| 167 | } |
| 168 | |
| 169 | void IcingaApplication::DumpModifiedAttributes() |
| 170 | { |
nothing calls this directly
no outgoing calls
no test coverage detected