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

Method ExeName

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

Source from the content-addressed store, hash-verified

6084
6085 public:
6086 ExeName() : m_name( std::make_shared<std::string>( "<executable>" ) ) {}
6087
6088 explicit ExeName( std::string &ref ) : ExeName() {
6089 m_ref = std::make_shared<BoundValueRef<std::string>>( ref );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected