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

Function IsValid

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

Check whether this is a valid pointer.

Source from the content-addressed store, hash-verified

331
332 //! Check whether this is a valid pointer.
333 bool IsValid() const { return parseErrorCode_ == kPointerParseErrorNone; }
334
335 //! Get the parsing error offset in code unit.
336 size_t GetParseErrorOffset() const { return parseErrorOffset_; }

Callers 10

GetHashCodeMethod · 0.70
operator==Function · 0.70
operator<Function · 0.70
pointer.hFile · 0.70
GetUriFunction · 0.70
GetFunction · 0.70
EraseFunction · 0.70
StringifyFunction · 0.70
ConnectMethod · 0.50
ConnectBlockingMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected