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

Method IsRealTime

src/plugin/kernel/src/AFTableMeta.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool AFTableMeta::IsRealTime() const
97{
98 return mask_.test((size_t)ArkDataMask::PF_REAL_TIME);
99}
100
101bool AFTableMeta::IsSave() const
102{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected