MCPcopy Create free account
hub / github.com/cinder/Cinder / empty

Method empty

include/nlohmann/detail/json_pointer.hpp:155–158  ·  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

153 /// @brief return whether pointer points to the root document
154 /// @sa https://json.nlohmann.me/api/json_pointer/empty/
155 bool empty() const noexcept
156 {
157 return reference_tokens.empty();
158 }
159
160 private:
161 /*!

Callers 7

destroyFunction · 0.45
emptyFunction · 0.45
patchFunction · 0.45
splitFunction · 0.45
json_pointer.hppFile · 0.45
replace_substringFunction · 0.45
diagnosticsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected