Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceEckel/OnJava8-Examples
/ set
Method
set
generics/Mixins.cpp:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
string value;
30
public:
31
void set(string val) { value = val; }
32
string get() { return value; }
33
};
34
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected