MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / key

Method key

Source/Utils/json.hpp:5408–5413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5406 }
5407
5408 bool key(string_t& val)
5409 {
5410 // add null at given key and store the reference for later
5411 object_element = &(ref_stack.back()->m_value.object->operator[](val));
5412 return true;
5413 }
5414
5415 bool end_object()
5416 {

Callers

nothing calls this directly

Calls 1

operator[]Method · 0.45

Tested by

no test coverage detected