Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ SetVisibility
Method
SetVisibility
ZEngine/src/UIComponent.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void UIComponent::SetVisibility(bool visibility) {
17
m_visibility = visibility;
18
}
19
20
std::string_view UIComponent::GetName() const {
21
return m_name;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected