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

Method RemoveCustomData

src/plugin/kernel/src/AFCEntity.cpp:993–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993bool AFCEntity::RemoveCustomData(const std::string& name)
994{
995 return custom_data_list_.erase(name);
996}
997
998bool AFCEntity::IsSent() const
999{

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected