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

Function timestamp_from_path

src/engine/timestamp.cpp:149–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 */
148
149void timestamp_from_path( timestamp * const time, OBJECT * const path )
150{
151 PROFILE_ENTER( timestamp );
152
153 if ( file_time( path, time ) < 0 )
154 timestamp_clear( time );
155
156 PROFILE_EXIT( timestamp );
157}
158
159
160void timestamp_init( timestamp * const time, time_t const secs, int const nsecs

Callers 1

searchFunction · 0.85

Calls 2

file_timeFunction · 0.85
timestamp_clearFunction · 0.85

Tested by

no test coverage detected