Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ is
Method
is
test/matchit/legacy.cpp:232–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
struct Circle : Shape
231
{
232
bool is() const final { return false; }
233
};
234
struct Square : Shape
235
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected