Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ timestamp_timestr
Function
timestamp_timestr
v2/engine/timestamp.c:204–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
203
204
char const * timestamp_timestr( timestamp const * const time )
205
{
206
return timestamp_formatstr( time,
"%H:%M:%S.%%09d"
);
207
}
208
209
210
/*
Callers
1
main
Function · 0.85
Calls
1
timestamp_formatstr
Function · 0.85
Tested by
no test coverage detected