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

Method hasData

libraries/asmjit/asmjit/base/codeholder.h:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 // --------------------------------------------------------------------------
232
233 ASMJIT_INLINE bool hasData() const noexcept { return _data != nullptr; }
234 ASMJIT_INLINE uint8_t* getData() noexcept { return _data; }
235 ASMJIT_INLINE const uint8_t* getData() const noexcept { return _data; }
236

Callers 1

CodeHolder_resetInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected