MCPcopy Create free account
hub / github.com/Kitware/CMake / getOffsetStart

Method getOffsetStart

Utilities/cmjsoncpp/src/lib_json/json_value.cpp:1434–1434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1432void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
1433
1434ptrdiff_t Value::getOffsetStart() const { return start_; }
1435
1436ptrdiff_t Value::getOffsetLimit() const { return limit_; }
1437

Callers 2

pushErrorMethod · 0.80
AddErrorAtValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected