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

Method get_size

modules/engine/runtime/src/misc/blob.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 uint8_t* get_data() const SKR_NOEXCEPT { return bytes; }
37 uint64_t get_size() const SKR_NOEXCEPT { return size; }
38public:
39 uint32_t add_refcount()
40 {

Callers 15

ImportMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
CompileMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
ImportGLTFWithDataFunction · 0.45
ensureRAMRequestsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected