MCPcopy Create free account
hub / github.com/boostorg/build / cwd

Function cwd

src/engine/cwd.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81OBJECT * cwd( void )
82{
83 assert( cwd_ );
84 return cwd_;
85}
86
87
88void cwd_done( void )

Callers 2

builtin_pwdFunction · 0.85
make_absolute_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected