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

Method resolve_filename

src/python/py_imagecache.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119std::string ImageCacheWrap::resolve_filename (const std::string &val) {
120 return m_cache->resolve_filename(val);
121}
122
123bool ImageCacheWrap::get_image_info (ustring filename, ustring dataname,
124 TypeDesc datatype, void *data)

Callers 1

ic_resolve_filename_testFunction · 0.45

Calls

no outgoing calls

Tested by 1

ic_resolve_filename_testFunction · 0.36