Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5113
fn parse_table_name(tokens: &[Token]) -> IResult<&[Token], String> {
5114
identifier(tokens)
5115
}
5116
5117
#[cfg(test)]
5118
mod tests {
Callers
1
create_index_statement
Function · 0.85
Calls
1
identifier
Function · 0.70
Tested by
no test coverage detected