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

Method GetNearMatch

avida-core/source/cpu/cInstLib.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 inline const cInstLibEntry& operator[](int i) const { return Get(i); }
55 inline int GetIndex(const cString& name) const;
56 inline Apto::String GetNearMatch(const Apto::String& name) const { return Apto::NearMatch(name, m_namemap.Keys()); }
57
58 inline const cString& GetName(int entry) const { return Get(entry).GetName(); }
59

Callers 1

LoadWithStringListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected