Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ bark
Method
bark
deps/pybind11-2.13.1/tests/test_class.cpp:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
public:
107
explicit Dog(const std::string &name) : Pet(name,
"dog"
) {}
108
std::string bark() const { return
"Woof!"
; }
109
};
110
111
class Rabbit : public Pet {
Callers
2
test_class.cpp
File · 0.45
test_downcast
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected