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

Method to_float

core/string/ustring.cpp:2618–2620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2616#define READING_DONE 4
2617
2618double String::to_float(const char *p_str) {
2619 return built_in_strtod<char>(p_str);
2620}
2621
2622double String::to_float(const char32_t *p_str, const char32_t **r_end) {
2623 return built_in_strtod<char32_t>(p_str, (char32_t **)r_end);

Callers 15

append_textMethod · 0.80
_line_editor_submitMethod · 0.80
_read_pfmMethod · 0.80
numberMethod · 0.80
construct_xmlFunction · 0.80
construct_xmlFunction · 0.80
_to_nativeMethod · 0.80
load_stringMethod · 0.80
constructMethod · 0.80
validated_constructMethod · 0.80
ptr_constructMethod · 0.80

Calls 1

get_dataFunction · 0.85

Tested by

no test coverage detected