MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / name

Method name

unittests/catch.hpp:6102–6102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6100 }
6101
6102 auto name() const -> std::string { return *m_name; }
6103 auto set( std::string const& newName ) -> ParserResult {
6104
6105 auto lastSlash = newName.find_last_of( "\\/" );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected