MCPcopy Create free account
hub / github.com/boostorg/build / outf_time

Function outf_time

v2/engine/output.c:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95OBJECT * outf_time( timestamp const * const time )
96{
97 return object_new( timestamp_str( time ) );
98}

Callers 3

call_timing_ruleFunction · 0.85
call_action_ruleFunction · 0.85
mainFunction · 0.85

Calls 2

object_newFunction · 0.85
timestamp_strFunction · 0.85

Tested by

no test coverage detected