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

Method GetData

src/task/include/resource_id.hpp:91–93  ·  view source on GitHub ↗

* @brief 获取资源数据 * @return uint64_t 资源数据 */

Source from the content-addressed store, hash-verified

89 * @return uint64_t 资源数据
90 */
91 [[nodiscard]] constexpr auto GetData() const -> uint64_t {
92 return value_ & kDataMask;
93 }
94
95 /**
96 * @brief 获取类型名称(用于调试)

Callers 3

BlockMethod · 0.80
WakeupMethod · 0.80
WakeupOneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected