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

Method IsRealTime

src/plugin/kernel/src/AFCTable.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool AFCTable::IsRealTime() const
85{
86 ARK_ASSERT_RET_VAL(table_meta_ != nullptr, false);
87
88 return table_meta_->IsRealTime();
89}
90
91bool AFCTable::IsSave() const
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected