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

Method check

include/IECore/Canceller.h:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 static void check( const Canceller *canceller )
107 {
108 if( canceller && canceller->cancelled() )
109 {
110 throw Cancelled();
111 }
112 }
113
114 /// Returns the time passed since `cancel()` was first called, or `0` if
115 /// it has not been called yet.

Callers 15

convertibleMethod · 0.45
convertibleMethod · 0.45
convertibleMethod · 0.45
convertibleMethod · 0.45
convertibleMethod · 0.45
convertibleMethod · 0.45
initWrapperFunction · 0.45
compoundDataFromDictMethod · 0.45
getMethod · 0.45
setdefaultMethod · 0.45
popMethod · 0.45

Calls 1

cancelledMethod · 0.80

Tested by

no test coverage detected