Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ path_parent
Function
path_parent
v2/engine/pathsys.c:222–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
*/
221
222
void path_parent( PATHNAME * f )
223
{
224
f->f_base.ptr = f->f_suffix.ptr = f->f_member.ptr =
""
;
225
f->f_base.len = f->f_suffix.len = f->f_member.len = 0;
226
}
227
228
229
/*
Callers
1
var_edit_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected