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

Method setOffsetLimit

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

Source from the content-addressed store, hash-verified

1430void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
1431
1432void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
1433
1434ptrdiff_t Value::getOffsetStart() const { return start_; }
1435

Callers 4

readValueMethod · 0.80
decodeNumberMethod · 0.80
decodeDoubleMethod · 0.80
decodeStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected