Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ ClosureInheritTest
Class
ClosureInheritTest
base/closure_test.cpp:605–609 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
}
604
605
class ClosureInheritTest : public testing::Test
606
{
607
public:
608
int Foo() { return 42; }
609
};
610
611
TEST_F(ClosureInheritTest, Test)
612
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected