Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
bool View::canBeReused() const {
46
return _canBeReused;
47
}
48
49
void View::setCanBeReused(bool viewCanBeReused) {
50
_canBeReused = viewCanBeReused;
Callers
1
setView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected