Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ maxline
Function
maxline
src/engine/execnt.cpp:589–594 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
static int32_t maxline()
590
{
591
static int32_t result;
592
if ( !result ) result = raw_maxline();
593
return result;
594
}
595
596
597
/*
Callers
2
execnt_unit_test
Function · 0.85
shell_maxline
Function · 0.85
Calls
1
raw_maxline
Function · 0.85
Tested by
no test coverage detected