Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ Clear
Method
Clear
src/plugin/kernel/src/AFCTable.cpp:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void AFCTable::Clear()
149
{
150
OnTableChanged(0u, ArkTableOpType::TABLE_CLEAR);
151
data_.clear();
152
}
153
154
// find
155
uint32_t AFCTable::FindInt32(const uint32_t index, const int32_t value) const
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected