Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ AddMessage
Method
AddMessage
lib/config/expression.hpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
{ }
31
32
void AddMessage(const String& message, const DebugInfo& di)
33
{
34
GetMessages()->Add(new Array({ message, di.Path, di.FirstLine, di.FirstColumn, di.LastLine, di.LastColumn }));
35
}
36
37
DebugHint GetChild(const String& name)
38
{
Callers
1
DoEvaluate
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected