Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blizzard4591/openMittsu
/ Example
Method
Example
cmake/cmake_make_unique.cpp:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
class Example {
7
public:
8
Example(int i) : _i(i) {}
9
10
int get() const { return _i; }
11
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected