Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ write
Function
write
src/IECorePython/WriterBinding.cpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
static void write( IECore::Writer &w )
78
{
79
ScopedGILRelease gilRelease;
80
w.write();
81
}
82
83
void bindWriter()
84
{
Callers
5
ClientDisplayDriver
Method · 0.85
sendHeader
Method · 0.85
imageData
Method · 0.85
write
Method · 0.85
flush
Method · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected