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

Method DeviceManager

src/device/include/device_manager.hpp:100–100  ·  view source on GitHub ↗

@name 构造 / 析构 @{

Source from the content-addressed store, hash-verified

98 /// @name 构造 / 析构
99 /// @{
100 DeviceManager() = default;
101 ~DeviceManager() = default;
102 DeviceManager(const DeviceManager&) = delete;
103 DeviceManager(DeviceManager&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected