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

Method Tell

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

Source from the content-addressed store, hash-verified

1139 }
1140
1141 size_t Tell() const { return static_cast<size_t>(src_ - head_); }
1142 bool IsValid() const { return valid_; }
1143
1144 private:

Callers 2

ParseFunction · 0.45
StringifyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected