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

Method is_external

lib/asmjit/asmjit/core/string.h:94–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 static inline constexpr uint8_t kTypeExternal = 0x20u;
93
94 [[nodiscard]]
95 static ASMJIT_INLINE_NODEBUG bool is_external(uint8_t type) noexcept { return type == kTypeExternal; }
96
97 [[nodiscard]]
98 static ASMJIT_INLINE_NODEBUG bool is_large_or_external(uint8_t type) noexcept { return type >= kTypeLarge; }

Callers 3

Section_release_bufferFunction · 0.45
UNITFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected