MCPcopy Create free account
hub / github.com/ImageEngine/cortex / registerFileError

Method registerFileError

src/IECore/CachedReader.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 private :
85
86 void registerFileError( const std::string &filePath, const std::string &errorMsg )
87 {
88 FileErrors::accessor it;
89 if ( m_fileErrors.insert( it, filePath ) )
90 {
91 it->second = errorMsg;
92 }
93 }
94
95 static MurmurHash hashFn( const ComputeParameters &params )
96 {

Callers 1

computeFnMethod · 0.80

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected