MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / parse_table_name

Function parse_table_name

graphlite/src/ast/parser.rs:5113–5115  ·  view source on GitHub ↗

Parse table name

(tokens: &[Token])

Source from the content-addressed store, hash-verified

5111
5112/// Parse table name
5113fn parse_table_name(tokens: &[Token]) -> IResult<&[Token], String> {
5114 identifier(tokens)
5115}
5116
5117#[cfg(test)]
5118mod tests {

Callers 1

create_index_statementFunction · 0.85

Calls 1

identifierFunction · 0.70

Tested by

no test coverage detected