Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlayFab/gsdk
/ getOffsetStart
Method
getOffsetStart
cpp/cppsdk/jsoncpp.cpp:3947–3947 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3945
void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
3946
3947
ptrdiff_t Value::getOffsetStart() const { return start_; }
3948
3949
ptrdiff_t Value::getOffsetLimit() const { return limit_; }
3950
Callers
1
pushError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected