MCPcopy Create free account
hub / github.com/devosoft/avida / GetReceivedMessages

Method GetReceivedMessages

avida-core/source/main/cTaskContext.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 inline const tList<tBuffer<int> >& GetNeighborhoodOutputBuffers() { return m_other_output_buffers; }
79 inline const Apto::Array<int, Apto::Smart>& GetExtendedMemory() const { return m_ext_mem; }
80 inline tBuffer<int>* GetReceivedMessages() { return m_received_messages; }
81 inline int GetLogicId() const { return m_logic_id; }
82 inline void SetLogicId(int v) { m_logic_id = v; }
83 inline bool GetOnDivide() const { return m_on_divide; }

Callers 1

Task_MatchStrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected