MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / graph_dispatch_match_plain

Function graph_dispatch_match_plain

nodedb-sql/src/ddl_ast/parse/dispatch.rs:398–400  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396 /// `MATCH` as first real token routes to the graph parser.
397 #[test]
398 fn graph_dispatch_match_plain() {
399 let _ = parse("MATCH (a)-[]->(b) RETURN a");
400 }
401
402 /// `GRAPH` as first real token routes to the graph parser.
403 #[test]

Callers

nothing calls this directly

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected