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

Method IsSave

src/plugin/kernel/src/AFCTable.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool AFCTable::IsSave() const
92{
93 ARK_ASSERT_RET_VAL(table_meta_ != nullptr, false);
94
95 return table_meta_->IsSave();
96}
97
98// table get
99uint32_t AFCTable::GetRowCount() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected