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

Class IOBatchBase

modules/engine/runtime/src/io/common/io_batch.hpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace io {
10
11struct IOBatchBase : public IIOBatch
12{
13 IO_RC_OBJECT_BODY
14public:
15 void reserve(uint64_t n) SKR_NOEXCEPT
16 {
17 requests.reserve(n);
18 }
19
20 skr::span<IORequestId> get_requests() SKR_NOEXCEPT
21 {

Callers 1

io_batch.hppFile · 0.85

Calls 2

reserveFunction · 0.85
reserveMethod · 0.45

Tested by

no test coverage detected