Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ PathIsRelative
Function
PathIsRelative
shadercompiler/CachingIncludeHandler.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
namespace
14
{
15
BOOL PathIsRelative( LPCSTR pszPath )
16
{
17
return pszPath[0] !=
'/'
;
18
}
19
}
20
#endif
21
Callers
2
Open
Method · 0.85
AddPrefix
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected