Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ separators
Function
separators
cpp/src/Utils.cpp:139–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
static const char* separators()
140
{
141
#if __unix__
142
return
"/"
;
143
#else // __unix__
144
return
"\\/"
;
145
#endif // __unix__
146
}
147
148
string OpenZWave::ozwdirname(string m_path)
149
{
Callers
1
ozwdirname
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected