MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / is_null

Method is_null

modules/gui/gui/src/backend/text_server/rid.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59 _ALWAYS_INLINE_ bool is_valid() const { return _id != 0; }
60 _ALWAYS_INLINE_ bool is_null() const { return _id == 0; }
61
62 _ALWAYS_INLINE_ uint32_t get_local_index() const { return _id & 0xFFFFFFFF; }
63

Callers 7

add_stringMethod · 0.45
_is_cyclicMethod · 0.45
set_dropcapMethod · 0.45
add_stringMethod · 0.45
_load_support_dataMethod · 0.45
_save_support_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected