Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1511
LIST * builtin_sort( FRAME * frame, int flags )
1512
{
1513
return list_sort( lol_get( frame->args, 0 ) );
1514
}
1515
1516
1517
LIST * builtin_normalize_path( FRAME * frame, int flags )
Callers
nothing calls this directly
Calls
2
list_sort
Function · 0.85
lol_get
Function · 0.85
Tested by
no test coverage detected