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

Function touch_target

v2/engine/rules.c:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 */
206
207void touch_target( OBJECT * const t )
208{
209 bindtarget( t )->flags |= T_FLAG_TOUCHED;
210}
211
212
213/*

Callers 1

mainFunction · 0.85

Calls 1

bindtargetFunction · 0.85

Tested by

no test coverage detected