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

Method clear

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

Source from the content-addressed store, hash-verified

68 fc::string& string::replace(size_t pos, size_t len, const char* s) { my->replace(pos, len, s); return *this; }
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); }

Callers 10

shutdownMethod · 0.45
from_protobuf_objectFunction · 0.45
from_jsonFunction · 0.45
from_json_hexFunction · 0.45
StringMethod · 0.45
NullMethod · 0.45
StartObjectMethod · 0.45
StartArrayMethod · 0.45
TearDownFunction · 0.45
Peek4Function · 0.45

Calls

no outgoing calls

Tested by 1

TearDownFunction · 0.36