MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsValid

Method IsValid

Source/ThirdParty/rapidjson/pointer.h:1142–1142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140
1141 size_t Tell() const { return static_cast<size_t>(src_ - head_); }
1142 bool IsValid() const { return valid_; }
1143
1144 private:
1145 const Ch* src_; //!< Current read position.

Callers 3

operator==Function · 0.45
operator<Function · 0.45
ParseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected