MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / to_string

Function to_string

include/fc/string.hpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 fc::string to_string( uint16_t );
19 std::string to_pretty_string( int64_t );
20 inline fc::string to_string( int32_t v ) { return to_string( int64_t(v) ); }
21 inline fc::string to_string( uint32_t v ){ return to_string( uint64_t(v) ); }
22#ifdef __APPLE__
23 inline fc::string to_string( size_t s) { return to_string(uint64_t(s)); }

Callers 15

nameMethod · 0.70
blockchain_get_slateMethod · 0.50
wallet_http_callbackMethod · 0.50
WalletDb.cppFile · 0.50
WalletImplMethod · 0.50
pretty_sizeFunction · 0.50
pretty_delegate_listFunction · 0.50
pretty_block_listFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected