Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ key
Method
key
lib/base/json.cpp:475–481 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
}
474
475
inline
476
bool JsonSax::key(JsonSax::string_t& val)
477
{
478
m_Stack.back().m_CurrentKey = String(std::move(val));
479
480
return true;
481
}
482
483
inline
484
bool JsonSax::end_object()
Callers
1
Record
Method · 0.45
Calls
1
String
Class · 0.70
Tested by
no test coverage detected