Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ MakeInline
Method
MakeInline
lib/config/expression.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void DictExpression::MakeInline()
85
{
86
m_Inline = true;
87
}
88
89
LiteralExpression::LiteralExpression(Value value)
90
: m_Value(std::move(value))
Callers
3
HandleInclude
Method · 0.80
HandleIncludeRecursive
Method · 0.80
Compile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected