Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/c42f/tinyformat
/ value
Method
value
tinyformat_test.cpp:94–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
public:
93
MyInt(int value) : m_value(value) {}
94
int value() const { return m_value; }
95
private:
96
int m_value;
97
};
Callers
1
tinyformat_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected