Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ Get
Method
Get
test/composition_test.cpp:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
void Add(int y) { x_ += y; }
47
int Get() const { return x_; }
48
49
private:
50
int x_;
Callers
1
composition_test.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected