MCPcopy Create free account
hub / github.com/MariaDB/server / print_path

Function print_path

sql/json_table.cc:985–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983
984
985static int print_path(String *str, const json_path_t *p)
986{
987 return str->append('\'') ||
988 str->append_for_single_quote((const char *) p->s.c_str,
989 p->s.str_end - p->s.c_str) ||
990 str->append('\'');
991}
992
993
994/*

Callers 1

printMethod · 0.85

Calls 2

appendMethod · 0.45

Tested by

no test coverage detected