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

Function builtin_sort

v2/engine/builtins.c:1511–1514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1509
1510
1511LIST * builtin_sort( FRAME * frame, int flags )
1512{
1513 return list_sort( lol_get( frame->args, 0 ) );
1514}
1515
1516
1517LIST * builtin_normalize_path( FRAME * frame, int flags )

Callers

nothing calls this directly

Calls 2

list_sortFunction · 0.85
lol_getFunction · 0.85

Tested by

no test coverage detected