Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ maxline
Function
maxline
v2/engine/execnt.c:521–526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
519
}
520
521
static int maxline()
522
{
523
static result;
524
if ( !result ) result = raw_maxline();
525
return result;
526
}
527
528
529
/*
Callers
2
execnt_unit_test
Function · 0.85
exec_check
Function · 0.85
Calls
1
raw_maxline
Function · 0.85
Tested by
no test coverage detected