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

Method variable_map

libbuild2/variable.cxx:3041–3045  ·  view source on GitHub ↗

Need scope/target definition thus not inline.

Source from the content-addressed store, hash-verified

3039 // Need scope/target definition thus not inline.
3040 //
3041 variable_map::
3042 variable_map (const scope& s, bool shared)
3043 : shared_ (shared), owner_ (owner::scope), scope_ (&s), ctx (&s.ctx)
3044 {
3045 }
3046
3047 variable_map::
3048 variable_map (const target& t, bool shared)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected