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

Method GetLabel

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

Source from the content-addressed store, hash-verified

46
47 unsigned int GetData() const { return m_data; }
48 unsigned int GetLabel() const { return m_label; }
49
50 void SetData(unsigned int data) { m_data = data; }
51 void SetLabel(unsigned int label) { m_label = label; }

Callers 7

Inst_RetrieveMessageMethod · 0.80
Inst_RetrieveMessageMethod · 0.80
PrintMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80
LogMessageMethod · 0.80
LogRetMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected