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

Method setDescription

libchigraph/include/chi/GraphFunction.hpp:299–299  ·  view source on GitHub ↗

Set the description of the function \param newDesc The new description

Source from the content-addressed store, hash-verified

297 /// Set the description of the function
298 /// \param newDesc The new description
299 void setDescription(std::string newDesc) { mDescription = std::move(newDesc); }
300
301 /// Get the description of the function
302 /// \return The description

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected