MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / key

Method key

dependencies/json/json.hpp:5476–5481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5474 }
5475
5476 bool key(string_t& val)
5477 {
5478 // add null at given key and store the reference for later
5479 object_element = &(ref_stack.back()->m_value.object->operator[](val));
5480 return true;
5481 }
5482
5483 bool end_object()
5484 {

Callers

nothing calls this directly

Calls 1

operator[]Method · 0.45

Tested by

no test coverage detected