MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / ui_stack_hash_16

Function ui_stack_hash_16

StereoKitC/ui/ui_core.cpp:814–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812///////////////////////////////////////////
813
814uint64_t ui_stack_hash_16(const char16_t *string) {
815 return skui_id_stack.count > 0
816 ? hash_fnv64_string_16(string, skui_id_stack.last().id)
817 : hash_fnv64_string_16(string);
818}
819
820///////////////////////////////////////////
821

Callers 2

ui_stack_hashFunction · 0.85
ui_handle_begin_16Function · 0.85

Calls 1

hash_fnv64_string_16Function · 0.85

Tested by

no test coverage detected