MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / new

Method new

example/default_rust/src/vp_pool_t.rs:59–63  ·  view source on GitHub ↗

<!-- description --> @brief creates a new VpPoolT

()

Source from the content-addressed store, hash-verified

57 /// @brief creates a new VpPoolT
58 ///
59 pub const fn new() -> Self {
60 Self {
61 m_pool: [crate::VpT::new(); *syscall::HYPERVISOR_MAX_VPS.get_unsafe()],
62 }
63 }
64
65 /// <!-- description -->
66 /// @brief Initializes this vp_pool_t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected