Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ atoi_uint32_nocheck
Function
atoi_uint32_nocheck
libhsclient/string_util.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
uint32_t
73
atoi_uint32_nocheck(const char *start, const char *finish)
74
{
75
return atoi_tmpl_nocheck<uint32_t>(start, finish);
76
}
77
78
long long
79
atoll_nocheck(const char *start, const char *finish)
Callers
1
op_update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected