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

Method substr

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

Source from the content-addressed store, hash-verified

71 void string::resize( size_t s ) { my->resize(s); }
72
73 fc::string string::substr( size_t start, size_t len )const { return my->substr(start,len); }
74 const char* string::c_str()const { return my->c_str(); }
75
76 bool string::operator == ( const char* s )const { return *my == s; }

Callers 15

name_to_stringFunction · 0.80
to_protobuf_schemaFunction · 0.80
plugin_initializeMethod · 0.80
plugin_startupMethod · 0.80
mime_typeFunction · 0.80
real128.cppFile · 0.80
clean_appendFunction · 0.80
format_stringFunction · 0.80
time.cppFile · 0.80
public_keyMethod · 0.80
public_keyMethod · 0.80
private_keyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected