Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ IsPrivate
Method
IsPrivate
src/plugin/kernel/src/AFTableMeta.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool AFTableMeta::IsPrivate() const
92
{
93
return mask_.test((size_t)ArkDataMask::PF_SYNC_SELF);
94
}
95
96
bool AFTableMeta::IsRealTime() const
97
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected