Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XadillaX/byakuren
/ Foo
Class
Foo
tools/cpplint/samples/silly-sample/src/sillycode.cpp:91–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
91
class Foo {
92
string s;
93
int i;
94
public:
95
Foo& operator=(Foo&& a);
96
// ...
97
};
98
99
Foo& Foo::operator=(Foo&& a) // OK, but there is a cost
100
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected