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

Method clear

src/IECorePython/CompoundDataBinding.cpp:224–229  ·  view source on GitHub ↗

binding for map clear method

Source from the content-addressed store, hash-verified

222
223 /// binding for map clear method
224 static void
225 clear( CompoundData &x )
226 {
227 CompoundDataMap &xData = x.writable();
228 xData.clear();
229 }
230
231 /// binding for has_key method
232 static bool

Callers 7

initWrapperFunction · 0.45
operator()Method · 0.45
testLRUCacheThreadingFunction · 0.45
setPathsFunction · 0.45
collectMethod · 0.45

Calls 1

writableMethod · 0.45

Tested by

no test coverage detected