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

Method AFTableMeta

src/plugin/kernel/src/AFTableMeta.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace ark {
25
26AFTableMeta::AFTableMeta(const std::string& name, const uint32_t index)
27 : name_(name)
28 , index_(index)
29{
30}
31
32const std::string& AFTableMeta::GetName() const
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected