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

Method as_double

core/string/string_buffer.h:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161template <int SHORT_BUFFER_SIZE>
162double StringBuffer<SHORT_BUFFER_SIZE>::as_double() {
163 current_buffer_ptr()[string_length] = '\0';
164 return String::to_float(current_buffer_ptr());
165}
166
167template <int SHORT_BUFFER_SIZE>
168int64_t StringBuffer<SHORT_BUFFER_SIZE>::as_int() {

Callers 1

get_tokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected