Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ GetType
Method
GetType
src/plugin/kernel/include/AFCNode.hpp:450–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
~AFNodeUInt64() override = default;
449
450
ArkDataType GetType() const override
451
{
452
ARK_ASSERT_RET_VAL(data_meta_ != nullptr, ArkDataType::DT_EMPTY);
453
return data_meta_->GetType();
454
}
455
456
void Reset() override
457
{
Callers
nothing calls this directly
Calls
1
GetType
Method · 0.45
Tested by
no test coverage detected