MCPcopy Create free account
hub / github.com/Norbyte/bg3se / data

Method data

CoreLib/Base/BaseArray.h:659–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657 }
658
659 inline constexpr T const* data() const noexcept
660 {
661 return buf_;
662 }
663
664 inline constexpr T* data() noexcept
665 {

Callers 15

PackMethod · 0.45
mainFunction · 0.45
SignFileMethod · 0.45
GetFileSignatureMethod · 0.45
VerifySignedFileMethod · 0.45
FromStringMethod · 0.45
LoadPatchTextMethod · 0.45
ToUTF8Function · 0.45
FromUTF8Function · 0.45
ToStdUTF8Function · 0.45
FromStdUTF8Function · 0.45
GetExeResourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected