Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Block
Method · 0.80
Wakeup
Method · 0.80
WakeupOne
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected