MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / IsSeparator

Function IsSeparator

src/ResourceProvider.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39namespace {
40
41bool IsSeparator(char ch) { return ch == '/' || ch == '\\'; }
42
43uint16_t ReadLe16(const unsigned char* data) {
44 return static_cast<uint16_t>(data[0]) |

Callers 2

IsAbsolutePathFunction · 0.85
JoinPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected