Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIPp/sipp
/ textDescr
Method
textDescr
src/stat.cpp:1541–1544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1539
return value;
1540
}
1541
int CFixed::textDescr(char *s, int len)
1542
{
1543
return snprintf(s, len,
"%lf"
, value);
1544
}
1545
int CFixed::timeDescr(char *s, int len)
1546
{
1547
return time_string(value, s, len);
Callers
1
printInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected