MCPcopy 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
72uint32_t
73atoi_uint32_nocheck(const char *start, const char *finish)
74{
75 return atoi_tmpl_nocheck<uint32_t>(start, finish);
76}
77
78long long
79atoll_nocheck(const char *start, const char *finish)

Callers 1

op_updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected