MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / is_root

Method is_root

external/json/json.hpp:11697–11700  ·  view source on GitHub ↗

return whether pointer points to the root document

Source from the content-addressed store, hash-verified

11695
11696 /// return whether pointer points to the root document
11697 bool is_root() const noexcept
11698 {
11699 return reference_tokens.empty();
11700 }
11701
11702 json_pointer top() const
11703 {

Callers 1

patchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected