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

Method OnContainerSwap

src/plugin/kernel/src/AFClassCallBackManager.cpp:526–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void AFClassCallBackManager::OnContainerSwap(AFDelaySyncContainer& container, uint32_t src_index, uint32_t dest_index)
527{
528 container.index_list_.insert(src_index);
529 container.index_list_.insert(dest_index);
530}
531
532} // namespace ark

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected