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

Method getattribute_string

src/python/py_imagecache.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool ImageCacheWrap::getattribute_string(const std::string &name, std::string &val)
115{
116 return m_cache->getattribute(name, val);
117}
118
119std::string ImageCacheWrap::resolve_filename (const std::string &val) {
120 return m_cache->resolve_filename(val);

Callers

nothing calls this directly

Calls 1

getattributeMethod · 0.45

Tested by

no test coverage detected