MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / IsValid

Method IsValid

src/device/virtio/virt_queue/split.hpp:283–283  ·  view source on GitHub ↗

* @brief 检查 virtqueue 是否成功初始化 */

Source from the content-addressed store, hash-verified

281 * @brief 检查 virtqueue 是否成功初始化
282 */
283 [[nodiscard]] auto IsValid() const -> bool { return is_valid_; }
284
285 /**
286 * @brief 从空闲链表分配一个描述符

Callers 1

SplitVirtqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected