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

Method CancelObjectsFile

lib/config/configcompilercontext.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void ConfigCompilerContext::CancelObjectsFile()
43{
44 if (!m_ObjectsFP)
45 return;
46
47 m_ObjectsFP.reset(nullptr);
48}
49
50void ConfigCompilerContext::FinishObjectsFile()
51{

Callers 1

LoadConfigFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected