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

Method SetTransCellID

avida-core/source/main/cOrgMessage.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 int GetReceiverOrgID() const { return m_receiverOrgID; }
58
59 void SetTransCellID(int transCellID) { m_transCellID = transCellID; } // @JJB**
60 int GetTransCellID() const { return m_transCellID; }
61
62 int GetMessageType() const { return m_messageType; }

Callers 1

SendMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected