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

Method GetClassMeta

src/plugin/kernel/src/AFTableMeta.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56std::shared_ptr<AFClassMeta> AFTableMeta::GetClassMeta() const
57{
58 return class_meta_;
59}
60
61ArkDataType AFTableMeta::GetColType(const uint32_t index) const
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected