Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
bool ImageCacheWrap::attribute_char (const std::string &name, const char *val)
78
{
79
return m_cache->attribute(name, val);
80
}
81
82
bool ImageCacheWrap::attribute_string (const std::string &name, const std::string &val)
83
{
Callers
nothing calls this directly
Calls
1
attribute
Method · 0.45
Tested by
no test coverage detected