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

Method getattribute_char

src/python/py_imagecache.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109bool ImageCacheWrap::getattribute_char(const std::string &name, char **val)
110{
111 return m_cache->getattribute(name, val);
112}
113
114bool ImageCacheWrap::getattribute_string(const std::string &name, std::string &val)
115{

Callers

nothing calls this directly

Calls 1

getattributeMethod · 0.45

Tested by

no test coverage detected