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

Method HaveMask

src/plugin/kernel/src/AFTableMeta.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool AFTableMeta::HaveMask(const ArkDataMask mask) const
77{
78 return mask_.test((size_t)mask);
79}
80
81void AFTableMeta::SetMask(const ArkMaskType& feature)
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected