MCPcopy Create free account
hub / github.com/boostorg/build / builtin_sort

Function builtin_sort

src/engine/builtins.cpp:1573–1576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1571
1572
1573LIST * builtin_sort( FRAME * frame, int flags )
1574{
1575 return list_sort( lol_get( frame->args, 0 ) );
1576}
1577
1578
1579namespace

Callers

nothing calls this directly

Calls 2

list_sortFunction · 0.85
lol_getFunction · 0.85

Tested by

no test coverage detected