Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cocos-BCX/cocos-mainnet
/ 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
4
application.cpp
File · 0.45
rotate_files
Method · 0.45
process.cpp
File · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36