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

Method GetType

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

Source from the content-addressed store, hash-verified

78 ~AFNodeInt32() override = default;
79
80 ArkDataType GetType() const override
81 {
82 ARK_ASSERT_RET_VAL(data_meta_ != nullptr, ArkDataType::DT_EMPTY);
83 return data_meta_->GetType();
84 }
85
86 void Reset() override
87 {

Callers

nothing calls this directly

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected