MCPcopy 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
475inline
476bool JsonSax::key(JsonSax::string_t& val)
477{
478 m_Stack.back().m_CurrentKey = String(std::move(val));
479
480 return true;
481}
482
483inline
484bool JsonSax::end_object()

Callers 1

RecordMethod · 0.45

Calls 1

StringClass · 0.70

Tested by

no test coverage detected