Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ cwd
Function
cwd
v2/engine/cwd.c:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
71
OBJECT * cwd( void )
72
{
73
assert( cwd_ );
74
return cwd_;
75
}
76
77
78
void cwd_done( void )
Callers
1
builtin_pwd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected