Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ AddImport
Method
AddImport
lib/config/configcompiler.cpp:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
void ConfigCompiler::AddImport(const Expression::Ptr& import)
358
{
359
m_Imports.push_back(import);
360
}
361
362
std::vector<Expression::Ptr> ConfigCompiler::GetImports() const
363
{
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected