Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ attribute_string
Method
attribute_string
src/python/py_imagecache.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
bool ImageCacheWrap::attribute_string (const std::string &name, const std::string &val)
83
{
84
return m_cache->attribute(name, val);
85
}
86
87
bool ImageCacheWrap::getattribute(const std::string &name, TypeDesc type,
88
void *val)
Callers
nothing calls this directly
Calls
1
attribute
Method · 0.45
Tested by
no test coverage detected