MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / push_back

Function push_back

Source/external/json.hpp:13864–13867  ·  view source on GitHub ↗

@brief append an unescaped token at the end of the reference pointer @sa https://json.nlohmann.me/api/json_pointer/push_back/

Source from the content-addressed store, hash-verified

13862 /// @brief append an unescaped token at the end of the reference pointer
13863 /// @sa https://json.nlohmann.me/api/json_pointer/push_back/
13864 void push_back(const string_t& token)
13865 {
13866 reference_tokens.push_back(token);
13867 }
13868
13869 /// @brief append an unescaped token at the end of the reference pointer
13870 /// @sa https://json.nlohmann.me/api/json_pointer/push_back/

Callers 3

json.hppFile · 0.85
insertFunction · 0.85
operator+=Function · 0.85

Calls 12

is_nullFunction · 0.85
is_arrayFunction · 0.85
createFunction · 0.85
concatFunction · 0.85
type_nameFunction · 0.85
set_parentFunction · 0.85
is_objectFunction · 0.85
basic_jsonFunction · 0.85
capacityMethod · 0.80
sizeMethod · 0.80
beginMethod · 0.80
moved_or_copiedMethod · 0.80

Tested by

no test coverage detected