Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ IsUNCPath
Function
IsUNCPath
common/FileSystem.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
template <class T>
62
static bool IsUNCPath(const T& path)
63
{
64
return (path.length() >= 3 && path[0] ==
'\\'
&& path[1] ==
'\\'
);
65
}
66
67
#endif
68
Callers
2
GetWin32Path
Method · 0.85
RealPath
Method · 0.85
Calls
1
length
Method · 0.45
Tested by
no test coverage detected