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

Method fromString

src/eepp/system/color.cpp:496–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496Color Color::fromString( const char* str ) {
497 return fromString( std::string( str ) );
498}
499
500Color Color::fromString( std::string str ) {
501 std::size_t size = str.size();

Callers

nothing calls this directly

Calls 12

fromStringFunction · 0.85
eemaxFunction · 0.85
eeminFunction · 0.85
hashToLowerFunction · 0.85
hashFunction · 0.85
substrMethod · 0.80
c_strMethod · 0.80
atMethod · 0.80
sizeMethod · 0.45
getNameMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected