Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Joe1sn/S-inject
/ TreeNodeGetOpen
Method
TreeNodeGetOpen
extern/ImGui/imgui_demo.cpp:3034–3037 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3032
}
3033
3034
static bool TreeNodeGetOpen(ExampleTreeNode* node)
3035
{
3036
return ImGui::GetStateStorage()->GetBool((ImGuiID)node->UID);
3037
}
3038
3039
static void TreeNodeSetOpen(ExampleTreeNode* node, bool open)
3040
{
Callers
nothing calls this directly
Calls
1
GetBool
Method · 0.80
Tested by
no test coverage detected