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

Method IsPrivate

src/plugin/kernel/src/AFCTable.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool AFCTable::IsPrivate() const
78{
79 ARK_ASSERT_RET_VAL(table_meta_ != nullptr, false);
80
81 return table_meta_->IsPrivate();
82}
83
84bool AFCTable::IsRealTime() const
85{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected