MCPcopy Create free account
hub / github.com/apache/cloudberry / lex_peek

Function lex_peek

src/common/jsonapi.c:80–84  ·  view source on GitHub ↗

* lex_peek * * what is the current look_ahead token? */

Source from the content-addressed store, hash-verified

78 * what is the current look_ahead token?
79*/
80static inline JsonTokenType
81lex_peek(JsonLexContext *lex)
82{
83 return lex->token_type;
84}
85
86/*
87 * lex_expect

Callers 8

lex_expectFunction · 0.85
pg_parse_jsonFunction · 0.85
parse_scalarFunction · 0.85
parse_object_fieldFunction · 0.85
parse_objectFunction · 0.85
parse_array_elementFunction · 0.85
parse_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected