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

Method SendToSelf

src/plugin/kernel/src/AFCKernelModule.cpp:1201–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199}
1200
1201int AFCKernelModule::SendToSelf(const AFGUID& self, const google::protobuf::Message& msg)
1202{
1203 //SendMsgPBToGate(AFMsg::EGMI_ACK_NODE_DATA, entity, ident);
1204 return 0;
1205}
1206
1207bool AFCKernelModule::DoEvent(
1208 const AFGUID& self, const std::string& class_name, ArkEntityEvent class_event, const AFIDataList& args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected