Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ IsCtrPath
Function
IsCtrPath
trinity/Resources/TriTextureRes.cpp:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
bool IsCtrPath( const wchar_t* name )
59
{
60
auto length = wcslen( name );
61
return length > 4 && wcscmp( name + length - 4, L
".ctr"
) == 0;
62
}
63
64
bool IsVtaPath( const wchar_t* name )
65
{
Callers
1
Initialize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected