MCPcopy Create free account
hub / github.com/Clarionos/clarion / end

Method end

libraries/fc/src/string.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 string::iterator string::begin() { return &(*this)[0]; }
49 string::iterator string::end() { return &(*this)[size()]; }
50 string::const_iterator string::begin()const { return my->c_str(); }
51 string::const_iterator string::end()const { return my->c_str() + my->size(); }
52

Callers 15

initialize_implMethod · 0.45
print_default_configMethod · 0.45
find_pluginMethod · 0.45
get_methodMethod · 0.45
get_channelMethod · 0.45
is_utf8Function · 0.45
is_valid_utf8Function · 0.45
prune_invalid_utf8Function · 0.45
decodeUtf8Function · 0.45
encodeUtf8Function · 0.45
uint128Method · 0.45
windows_stringMethod · 0.45

Calls 2

c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected