MCPcopy Create free account
hub / github.com/cinder/Cinder / empty

Function empty

include/cinder/Function.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 void unregisterCb( CallbackId cbId ) { mCallbacks.erase( find( cbId ) ); }
75
76 bool empty() const { return mCallbacks.empty(); }
77
78 iterator find( CallbackId cbId ) { for( iterator it = begin(); it != end(); ++it ) if( it->first == cbId ) return it; return mCallbacks.end(); }
79 iterator begin() { return mCallbacks.begin(); }

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected