Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ as_int
Method
as_int
core/string/string_buffer.h:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
167
template <int SHORT_BUFFER_SIZE>
168
int64_t StringBuffer<SHORT_BUFFER_SIZE>::as_int() {
169
current_buffer_ptr()[string_length] =
'\0'
;
170
return String::to_int(current_buffer_ptr());
171
}
Callers
1
get_token
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected