MCPcopy Create free account
hub / github.com/SpartanJ/eepp / exists

Method exists

src/eepp/ui/css/drawableimageparser.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23bool DrawableImageParser::exists( const std::string& name ) const {
24 return mFuncs.find( name ) != mFuncs.end();
25}
26
27Drawable* DrawableImageParser::createDrawable( const std::string& value, const Sizef& size,
28 bool& ownIt, UINode* node ) {

Callers 3

loadFromFileMethod · 0.45
importCSSMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 1