MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / to_string

Function to_string

native/Base.h:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace std {
31 template<typename T>
32 string to_string(const T &n) {
33 ostringstream stm;
34 stm << n;
35 return stm.str();
36 }
37}
38#endif //__ANDROID__
39

Callers 15

getIdMethod · 0.85
toStringMethod · 0.85
nameMethod · 0.85
createMethod · 0.85
position_stringMethod · 0.85
int_to_stringFunction · 0.85
start_objectMethod · 0.85
start_arrayMethod · 0.85
start_objectMethod · 0.85
start_arrayMethod · 0.85
get_bson_stringMethod · 0.85
json_pointerClass · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected