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

Method resize

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

Source from the content-addressed store, hash-verified

69
70 void string::clear() { my->clear(); }
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(); }

Callers 15

convert_to_binFunction · 0.45
convert_to_keyFunction · 0.45
increase_indentFunction · 0.45
decrease_indentFunction · 0.45
from_binFunction · 0.45
fracunpack_memberFunction · 0.45
fracunpackFunction · 0.45
from_protobuf_objectFunction · 0.45
from_protobuf_memberFunction · 0.45
flatunpackFunction · 0.45
flatunpackFunction · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected