MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetType

Method GetType

src/plugin/kernel/include/AFCNode.hpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 ~AFNodeUInt32() override = default;
153
154 ArkDataType GetType() const override
155 {
156 ARK_ASSERT_RET_VAL(data_meta_ != nullptr, ArkDataType::DT_EMPTY);
157 return data_meta_->GetType();
158 }
159
160 void Reset() override
161 {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected