MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / is_null_expression

Function is_null_expression

libhsclient/escape.hpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28void write_ui64(string_buffer& buf, uint64_t v);
29
30inline bool
31is_null_expression(const char *start, const char *finish)
32{
33 return (finish == start + 1 && start[0] == 0);
34}
35
36inline void
37read_token(char *& start, char *finish)

Callers 2

do_exec_on_indexMethod · 0.85
get_next_rowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected