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

Method stack

libbuild2/algorithm.cxx:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 const target_lock* target_lock_stack = nullptr;
220
221 const target_lock* target_lock::
222 stack () noexcept
223 {
224 return target_lock_stack;
225 }
226
227 const target_lock* target_lock::
228 stack (const target_lock* s) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected