MCPcopy 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
78long long
79atoll_nocheck(const char *start, const char *finish)
80{
81 return atoi_signed_tmpl_nocheck<long long>(start, finish);
82}
83
84void
85append_uint32(string_buffer& buf, uint32_t v)

Callers 1

modify_recordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected