Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void ConfigCompilerContext::FinishObjectsFile()
51
{
52
if (!m_ObjectsFP)
53
return;
54
55
m_ObjectsFP->Commit();
56
m_ObjectsFP.reset(nullptr);
57
}
Callers
1
LoadConfigFiles
Method · 0.80
Calls
1
Commit
Method · 0.45
Tested by
no test coverage detected