MCPcopy Create free account
hub / github.com/SergeyMakeev/ExcaliburHash / isUsingInlineStorage

Function isUsingInlineStorage

ExcaliburHash/ExcaliburHash.h:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 }
252
253 [[nodiscard]] inline bool isUsingInlineStorage() const noexcept
254 {
255 const TItem* inlineStorage = reinterpret_cast<const TItem*>(&m_inlineStorage);
256 return (inlineStorage == m_storage);
257 }
258
259 template <class... Args> inline TItem* constructInline(Args&&... args)
260 {

Callers 3

destroyAndFreeMemoryFunction · 0.85
emplaceReallocateFunction · 0.85
ExcaliburHash.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected