MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / itos

Function itos

core/string/ustring.cpp:5431–5433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5429}
5430
5431String itos(int64_t p_val) {
5432 return String::num_int64(p_val);
5433}
5434
5435String uitos(uint64_t p_val) {
5436 return String::num_uint64(p_val);

Callers 15

_call_getterMethod · 0.85
_msg_rq_screenshotMethod · 0.85
_bind_methodsMethod · 0.85
_notificationMethod · 0.85
_validate_propertyMethod · 0.85
_validate_propertyMethod · 0.85
_bind_methodsMethod · 0.85
_bind_methodsMethod · 0.85
_notificationMethod · 0.85
set_custom_viewportMethod · 0.85
_notificationMethod · 0.85

Calls

no outgoing calls

Tested by 5

generate_outputsMethod · 0.68
_update_property_bgMethod · 0.68
_move_elementMethod · 0.68
_setupMethod · 0.68