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

Method IsPublic

src/plugin/kernel/src/AFCTable.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool AFCTable::IsPublic() const
71{
72 ARK_ASSERT_RET_VAL(table_meta_ != nullptr, false);
73
74 return table_meta_->IsPublic();
75}
76
77bool AFCTable::IsPrivate() const
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected