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

Function cmdline_reverse

libbuild2/variable.cxx:2630–2635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2628 }
2629
2630 static names_view
2631 cmdline_reverse (const value& v, names&, bool)
2632 {
2633 const auto& x (v.as<cmdline> ());
2634 return names_view (x.data (), x.size ());
2635 }
2636
2637 static int
2638 cmdline_compare (const value& l, const value& r)

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected