MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / empty

Function empty

src/include/nlohmann/detail/json_pointer.hpp:197–200  ·  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

195 /// @brief return whether pointer points to the root document
196 /// @sa https://json.nlohmann.me/api/json_pointer/empty/
197 bool empty() const noexcept
198 {
199 return reference_tokens.empty();
200 }
201
202 private:
203 /*!

Callers 3

parent_pointerFunction · 0.70
pop_backFunction · 0.70
json_pointer.hppFile · 0.70

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected