MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setCircularRatio

Method setCircularRatio

valdi/src/valdi/runtime/Context/ViewNodeScrollState.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void ViewNodeScrollState::setCircularRatio(int circularRatio) {
76 _circularRatio = circularRatio;
77}
78
79int ViewNodeScrollState::getCircularRatio() const {
80 return _circularRatio;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected