Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ isPathSeparator
Function
isPathSeparator
3rdparty/bx/src/filepath.cpp:27–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
namespace bx
26
{
27
static bool isPathSeparator(char _ch)
28
{
29
return false
30
||
'/'
== _ch
31
||
'\\'
== _ch
32
;
33
}
34
35
static int32_t normalizeFilePath(char* _dst, int32_t _dstSize, const char* _src, int32_t _num)
36
{
Callers
1
normalizeFilePath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected