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

Method HasArg

avida-core/source/tools/tDataEntryCommand.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 : m_data_entry(entry), m_idx(idx), m_args(args, ':') { ; }
53
54 bool HasArg(const cString& test_arg) const { return m_args.HasString(test_arg); }
55
56 const cString& GetName() const { return m_data_entry->GetName(); }
57 cString GetDesc(const T* target) const { return m_data_entry->GetDesc(target, m_idx); }

Callers 1

CommandMapTasksMethod · 0.80

Calls 1

HasStringMethod · 0.80

Tested by

no test coverage detected