MCPcopy Create free account
hub / github.com/ZDoom/Raze / rbIsRed

Function rbIsRed

libraries/asmjit/asmjit/base/vmem.cpp:124–126  ·  view source on GitHub ↗

\internal Get if the node is red (nullptr or node with red flag).

Source from the content-addressed store, hash-verified

122//!
123//! Get if the node is red (nullptr or node with red flag).
124static ASMJIT_INLINE bool rbIsRed(RbNode* node) noexcept {
125 return node && node->red;
126}
127
128//! \internal
129//!

Callers 3

rbAssertFunction · 0.85
vMemMgrInsertNodeFunction · 0.85
vMemMgrRemoveNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected