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

Method canBeReused

valdi/src/valdi/runtime/Views/View.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool View::canBeReused() const {
46 return _canBeReused;
47}
48
49void View::setCanBeReused(bool viewCanBeReused) {
50 _canBeReused = viewCanBeReused;

Callers 1

setViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected