Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ main
Function
main
sample/getClassName.cpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
int32_t main()
23
{
24
Circle c{};
25
std::cout << getClassName(c) << std::endl;
26
return 0;
27
}
Callers
nothing calls this directly
Calls
1
getClassName
Function · 0.70
Tested by
no test coverage detected