Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1573
LIST * builtin_sort( FRAME * frame, int flags )
1574
{
1575
return list_sort( lol_get( frame->args, 0 ) );
1576
}
1577
1578
1579
namespace
Callers
nothing calls this directly
Calls
2
list_sort
Function · 0.85
lol_get
Function · 0.85
Tested by
no test coverage detected