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

Method OnContainerCallBackEvent

samples/sample3/Sample3Module.cpp:536–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536int Sample3Module::OnContainerCallBackEvent(const AFGUID& self, const uint32_t index, const ArkContainerOpType op_type,
537 const uint32_t src_index, const uint32_t dest_index)
538{
539 std::cout << "---------- OnContainerCallBackEvent start----------" << std::endl;
540
541 std::cout << "container index: " << index << " op : " << (size_t)op_type << " src index : " << src_index
542 << " dest index : " << dest_index << std::endl;
543
544 std::cout << "---------- OnContainerCallBackEvent end----------" << std::endl;
545
546 return 0;
547}
548
549} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected