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

Method IsPublic

src/plugin/kernel/src/AFTableMeta.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool AFTableMeta::IsPublic() const
87{
88 return mask_.test((size_t)ArkDataMask::PF_SYNC_VIEW);
89}
90
91bool AFTableMeta::IsPrivate() const
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected