Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ ispathsep
Function
ispathsep
renderdoc/strings/string_utils.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
static bool ispathsep(char c)
73
{
74
return c ==
'\\'
|| c ==
'/'
;
75
}
76
77
static int get_lastpathsep(const rdcstr &path)
78
{
Callers
3
get_lastpathsep
Function · 0.85
get_basename
Function · 0.85
get_dirname
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected