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

Function uitos

core/string/ustring.cpp:5435–5437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5433}
5434
5435String uitos(uint64_t p_val) {
5436 return String::num_uint64(p_val);
5437}
5438
5439String rtos(double p_val) {
5440 return String::num(p_val);

Callers 11

bakeMethod · 0.85
cleanupMethod · 0.85
callMethod · 0.85
callMethod · 0.85
main.cppFile · 0.85
update_propertyMethod · 0.85
runMethod · 0.85
inhibitMethod · 0.85
uninhibitMethod · 0.85
runMethod · 0.85
export_project_helperMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected