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