MCPcopy 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
84void DictExpression::MakeInline()
85{
86 m_Inline = true;
87}
88
89LiteralExpression::LiteralExpression(Value value)
90 : m_Value(std::move(value))

Callers 3

HandleIncludeMethod · 0.80
CompileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected