MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Customer

Method Customer

tests/Issue184.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5std::string name;
6public:
7Customer(const std::string &n) : name(n){}
8std::string getName()const{return name;}
9};
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected