Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ operator()
Method
operator()
src/IECorePython/ReaderBinding.cpp:88–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
ReaderPtr operator()( const std::string &fileName )
89
{
90
ScopedGILLock gilLock;
91
ReaderPtr result = extract<ReaderPtr>( m_fn( fileName ) );
92
return result;
93
}
94
95
private :
96
Callers
1
sort
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected