MCPcopy Create free account
hub / github.com/couchbase/fleece / validate

Method validate

Fleece/Core/Pointer.cc:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104 bool Pointer::validate(bool wide, const void *dataStart) const noexcept{
105 const void *dataEnd = this;
106 const Value *target = carefulDeref(wide, dataStart, dataEnd);
107 return target && target->validate(dataStart, dataEnd);
108 }
109
110
111} } }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected