Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void ConfigCompilerContext::CancelObjectsFile()
43
{
44
if (!m_ObjectsFP)
45
return;
46
47
m_ObjectsFP.reset(nullptr);
48
}
49
50
void ConfigCompilerContext::FinishObjectsFile()
51
{
Callers
1
LoadConfigFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected