Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
namespace {
40
41
bool IsSeparator(char ch) { return ch ==
'/'
|| ch ==
'\\'
; }
42
43
uint16_t ReadLe16(const unsigned char* data) {
44
return static_cast<uint16_t>(data[0]) |
Callers
2
IsAbsolutePath
Function · 0.85
JoinPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected