MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / get_data

Function get_data

modules/engine/runtime/src/io/ram/ram_buffer.hpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 virtual ~RAMIOBuffer() SKR_NOEXCEPT;
12
13 uint8_t* get_data() const SKR_NOEXCEPT { return bytes; }
14 uint64_t get_size() const SKR_NOEXCEPT { return size; }
15
16 void allocate_buffer(uint64_t n) SKR_NOEXCEPT;

Callers 15

Char16StringClass · 0.50
CharStringClass · 0.50
operator<Method · 0.50
operator==Method · 0.50
nocasecmp_toMethod · 0.50
casecmp_toMethod · 0.50
naturalnocasecmp_toMethod · 0.50
split_floatsMethod · 0.50
split_floats_mkMethod · 0.50
split_intsMethod · 0.50
split_ints_mkMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected