MCPcopy Create free account
hub / github.com/arkdb/inception / find_command

Function find_command

client/mysql.cc:2207–2233  ·  view source on GitHub ↗

It checks if the input is a short form command. It returns the command's pointer if a command is found, else return NULL. Note that if binary-mode is set, then only \C is searched for. @param cmd_char A character of one byte. @return the command's pointer or NULL. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

read_and_executeFunction · 0.85
add_lineFunction · 0.85

Calls 3

get_command_indexFunction · 0.85
is_delimiter_commandFunction · 0.85
strcontFunction · 0.85

Tested by

no test coverage detected