Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
std::string name;
6
public:
7
Customer(const std::string &n) : name(n){}
8
std::string getName()const{return name;}
9
};
10
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected