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

Function empty

Source/external/json.hpp:13878–13881  ·  view source on GitHub ↗

@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/

Source from the content-addressed store, hash-verified

13876 /// @brief return whether pointer points to the root document
13877 /// @sa https://json.nlohmann.me/api/json_pointer/empty/
13878 bool empty() const noexcept
13879 {
13880 return reference_tokens.empty();
13881 }
13882
13883 private:
13884 /*!

Callers 3

parent_pointerFunction · 0.85
pop_backFunction · 0.85
json.hppFile · 0.85

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected