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

Method FinishObjectsFile

lib/config/configcompilercontext.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void ConfigCompilerContext::FinishObjectsFile()
51{
52 if (!m_ObjectsFP)
53 return;
54
55 m_ObjectsFP->Commit();
56 m_ObjectsFP.reset(nullptr);
57}

Callers 1

LoadConfigFilesMethod · 0.80

Calls 1

CommitMethod · 0.45

Tested by

no test coverage detected