MCPcopy 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

13namespace
14{
15BOOL PathIsRelative( LPCSTR pszPath )
16{
17 return pszPath[0] != '/';
18}
19}
20#endif
21

Callers 2

OpenMethod · 0.85
AddPrefixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected