MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeText-parser / Car

Class Car

tests/test_parser/test_sample/cpp_test_sample.cpp:2–5  ·  view source on GitHub ↗

Derived class

Source from the content-addressed store, hash-verified

1// Derived class
2class Car: public Vehicle, private B {
3 public:
4 string model = "Mustang";
5};
6
7// A static function
8int sum2number (int a, int b) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected