MCPcopy 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
71OBJECT * cwd( void )
72{
73 assert( cwd_ );
74 return cwd_;
75}
76
77
78void cwd_done( void )

Callers 1

builtin_pwdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected