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

Method Describe

avida-core/source/actions/cActionLibrary.h:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 bool Supports(const Apto::String& key) const { return m_factory.Supports(key.AsLower()); }
74
75 const cString Describe(const Apto::String& key) const
76 {
77 ClassDescFunction func;
78 if (m_desc_funcs.Get(key.AsLower(), func)) return func();
79 return "(Not Available)";
80 }
81 Apto::String DescribeAll() const;
82
83

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected