Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ loadDescription
Function
loadDescription
src/OpenColorIO/OCIOYaml.cpp:213–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
inline void loadDescription(const YAML::Node& node, std::string& x)
214
{
215
load(node, x);
216
x = SanitizeNewlines(x);
217
}
218
219
inline void saveDescription(YAML::Emitter & out, const char * desc)
220
{
Callers
1
load
Function · 0.85
Calls
2
load
Function · 0.85
SanitizeNewlines
Function · 0.85
Tested by
no test coverage detected