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

Method size

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

Source from the content-addressed store, hash-verified

55
56 void string::reserve(size_t r) { my->reserve(r); }
57 size_t string::size()const { return my->size(); }
58 size_t string::find(char c, size_t p)const { return my->find(c,p); }
59 size_t string::find(const fc::string& str, size_t pos /* = 0 */) const { return my->find(str, pos); }
60 size_t string::find(const char* s, size_t pos /* = 0 */) const { return my->find(s,pos); }

Callers 12

plugin_initializeMethod · 0.45
plugin_startupMethod · 0.45
path_catFunction · 0.45
handle_requestFunction · 0.45
on_readMethod · 0.45
on_sendMethod · 0.45
sendMethod · 0.45
time.cppFile · 0.45
endMethod · 0.45
to_int64Function · 0.45
string.cppFile · 0.45
to_doubleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected