MCPcopy 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
213inline void loadDescription(const YAML::Node& node, std::string& x)
214{
215 load(node, x);
216 x = SanitizeNewlines(x);
217}
218
219inline void saveDescription(YAML::Emitter & out, const char * desc)
220{

Callers 1

loadFunction · 0.85

Calls 2

loadFunction · 0.85
SanitizeNewlinesFunction · 0.85

Tested by

no test coverage detected