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

Method IsSave

src/plugin/kernel/src/AFTableMeta.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool AFTableMeta::IsSave() const
102{
103 return mask_.test((size_t)ArkDataMask::PF_SAVE);
104}
105
106void AFTableMeta::SetTypeName(const std::string& value)
107{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected