Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ is_path_delim
Function
is_path_delim
v2/engine/pathsys.c:129–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
*/
128
129
static int is_path_delim( char const c )
130
{
131
return c == PATH_DELIM
132
#if PATH_DELIM ==
'\\'
133
|| c ==
'/'
134
#endif
135
;
136
}
137
138
139
/*
Callers
2
as_path_delim
Function · 0.85
path_build
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected