Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illumina/paragraph
/ getOffsetStart
Method
getOffsetStart
external/jsoncpp/jsoncpp.cpp:3919–3919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3917
void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
3918
3919
ptrdiff_t Value::getOffsetStart() const { return start_; }
3920
3921
ptrdiff_t Value::getOffsetLimit() const { return limit_; }
3922
Callers
1
pushError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected