Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
993
bool AFCEntity::RemoveCustomData(const std::string& name)
994
{
995
return custom_data_list_.erase(name);
996
}
997
998
bool AFCEntity::IsSent() const
999
{
Callers
nothing calls this directly
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected