MCPcopy Create free account
hub / github.com/build2/build2 / backlink

Method backlink

libbuild2/algorithm.cxx:2427–2431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2425 bool print = true;
2426
2427 backlink (const path_type& t, path_type&& l, backlink_mode m, bool active)
2428 : auto_rm<path_type> (move (l), active), target (t), mode (m)
2429 {
2430 assert (t.to_directory () == path.to_directory ());
2431 }
2432
2433 ~backlink ()
2434 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected