MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / GetIDNoKeepAlive

Method GetIDNoKeepAlive

lib/imgui/imgui.cpp:2696–2700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2694}
2695
2696ImGuiID ImGuiWindow::GetIDNoKeepAlive(const char* str, const char* str_end)
2697{
2698 ImGuiID seed = IDStack.back();
2699 return ImHashStr(str, str_end ? (str_end - str) : 0, seed);
2700}
2701
2702ImGuiID ImGuiWindow::GetIDNoKeepAlive(const void* ptr)
2703{

Callers 2

PushIDMethod · 0.80
GetWindowScrollbarIDMethod · 0.80

Calls 3

ImHashStrFunction · 0.85
ImHashDataFunction · 0.85
backMethod · 0.45

Tested by

no test coverage detected