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

Method get_data

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

Source from the content-addressed store, hash-verified

34 }
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()

Callers 10

ensureRAMRequestsMethod · 0.45
dispatchFunctionMethod · 0.45
enqueueAndSubmitMethod · 0.45
resolveMethod · 0.45
GetDataMethod · 0.45
GetArtifactsDataMethod · 0.45
UpdateMethod · 0.45
WriteMethod · 0.45
ReadBlobFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected