MCPcopy Create free account
hub / github.com/chigraph/chigraph / shortName

Method shortName

libchigraph/include/chi/ChiModule.hpp:58–58  ·  view source on GitHub ↗

Get the short name of the module (the last bit) \return The name

Source from the content-addressed store, hash-verified

56 /// Get the short name of the module (the last bit)
57 /// \return The name
58 std::string shortName() const { return mName; }
59 /// Get the full name of the module
60 /// \return The full name
61 std::string fullName() const { return mFullName.generic_string(); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected