Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ atoll_nocheck
Function
atoll_nocheck
plugin/handler_socket/libhsclient/string_util.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
long long
79
atoll_nocheck(const char *start, const char *finish)
80
{
81
return atoi_signed_tmpl_nocheck<long long>(start, finish);
82
}
83
84
void
85
append_uint32(string_buffer& buf, uint32_t v)
Callers
1
modify_record
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected