MCPcopy Create free account
hub / github.com/activeloopai/deeplake / yyerror

Function yyerror

cpp/3rd_party/sql-parser/src/parser/bison_parser.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 using namespace hsql;
103
104 int yyerror(YYLTYPE * llocp, SQLParserResult * result, yyscan_t scanner, const char* msg) {
105 result->setIsValid(false);
106 result->setErrorDetails(strdup(msg), llocp->first_line, llocp->first_column);
107 return 0;
108 }
109 // clang-format off
110
111#line 112 "bison_parser.cpp"

Callers 1

yyparseFunction · 0.70

Calls 2

setIsValidMethod · 0.80
setErrorDetailsMethod · 0.80

Tested by

no test coverage detected