Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ BoolToString
Function
BoolToString
src/OpenColorIO/ParseUtils.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
const char * BoolToString(bool val)
102
{
103
return val ?
"true"
:
"false"
;
104
}
105
106
bool BoolFromString(const char * s)
107
{
Callers
3
Java_org_OpenColorIO_Globals_BoolToString
Function · 0.85
ColorSpace.cpp
File · 0.85
OCIO_ADD_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
OCIO_ADD_TEST
Function · 0.68