Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
void touch_target( OBJECT * const t )
208
{
209
bindtarget( t )->flags |= T_FLAG_TOUCHED;
210
}
211
212
213
/*
Callers
1
main
Function · 0.85
Calls
1
bindtarget
Function · 0.85
Tested by
no test coverage detected