MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / empty

Function empty

include/nlohmann/json.hpp:14701–14704  ·  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

14699 /// @brief return whether pointer points to the root document
14700 /// @sa https://json.nlohmann.me/api/json_pointer/empty/
14701 bool empty() const noexcept
14702 {
14703 return reference_tokens.empty();
14704 }
14705
14706 private:
14707 /*!

Callers 5

parent_pointerFunction · 0.70
pop_backFunction · 0.70
json.hppFile · 0.70
MaxSizeVector.hFile · 0.50
mostSignificantMethod · 0.50

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected