Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ isValid
Method
isValid
tests/gpu/GPUUnitTest.h:111–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
inline void setup() { m_function(*this); }
110
111
inline bool isValid() { return (bool)m_processor; }
112
113
inline void disable() { m_enabled = false; }
114
inline bool isEnabled() const { return m_enabled; }
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected