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

Method ReleaseRow

src/plugin/kernel/src/AFCTable.cpp:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void AFCTable::ReleaseRow(AFIRow* row_data)
340{
341 ARK_DELETE(row_data);
342}
343
344void AFCTable::OnTableChanged(uint32_t row, ArkTableOpType op_type)
345{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected