Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ getOffsetStart
Method
getOffsetStart
src/share/jsoncpp/jsoncpp.cpp:3859–3859 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3857
void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
3858
3859
ptrdiff_t Value::getOffsetStart() const { return start_; }
3860
3861
ptrdiff_t Value::getOffsetLimit() const { return limit_; }
3862
Callers
1
pushError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected