Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ set_n
Method
set_n
test/value_from.cpp:188–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
std::string s;
187
188
void
189
set_n(int v)
190
{
191
n = v;
192
}
193
194
void
195
set_d(double v)
Callers
1
testDescribed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected