Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ SanitizePath
Function
SanitizePath
tests/cpu/Context_tests.cpp:26–29 ·
view source on GitHub ↗
Method to compare paths.
Source
from the content-addressed store, hash-verified
24
25
// Method to compare paths.
26
std::string SanitizePath(const char* path)
27
{
28
return { pystring::os::path::normpath(path) };
29
}
30
31
OCIO_ADD_TEST(Context, search_paths)
32
{
Callers
1
OCIO_ADD_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected