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

Method string

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

Source from the content-addressed store, hash-verified

33
34#ifdef USE_FC_STRING
35 string::string(const char* s, int l) :my(s,l){ }
36 string::string(){}
37 string::string( const fc::string& c ):my(*c.my) { }
38 string::string( string&& m ):my(fc::move(*m.my)) {}

Callers 5

initialize_implMethod · 0.45
write_default_configMethod · 0.45
http_client_implClass · 0.45
rotate_filesMethod · 0.45
process.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected