MCPcopy 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
72static bool ispathsep(char c)
73{
74 return c == '\\' || c == '/';
75}
76
77static int get_lastpathsep(const rdcstr &path)
78{

Callers 3

get_lastpathsepFunction · 0.85
get_basenameFunction · 0.85
get_dirnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected