Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIPp/sipp
/ sample
Method
sample
src/stat.cpp:1537–1540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1535
this->value = value;
1536
}
1537
double CFixed::sample()
1538
{
1539
return value;
1540
}
1541
int CFixed::textDescr(char *s, int len)
1542
{
1543
return snprintf(s, len,
"%lf"
, value);
Callers
2
executeMessage
Method · 0.80
executeAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected