MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / attribute_char

Method attribute_char

src/python/py_imagecache.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool ImageCacheWrap::attribute_char (const std::string &name, const char *val)
78{
79 return m_cache->attribute(name, val);
80}
81
82bool ImageCacheWrap::attribute_string (const std::string &name, const std::string &val)
83{

Callers

nothing calls this directly

Calls 1

attributeMethod · 0.45

Tested by

no test coverage detected