Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
bool AFTableMeta::IsPublic() const
87
{
88
return mask_.test((size_t)ArkDataMask::PF_SYNC_VIEW);
89
}
90
91
bool AFTableMeta::IsPrivate() const
92
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected