Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ GetName
Method
GetName
ZEngine/src/UIComponent.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
std::string_view UIComponent::GetName() const {
21
return m_name;
22
}
23
24
bool UIComponent::GetVisibility() const {
25
return m_visibility;
Callers
2
OnWindowClosed
Method · 0.45
OnWindowClosed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected