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

Function graph_dispatch_optional_match

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

Source from the content-addressed store, hash-verified

414 /// `OPTIONAL MATCH` routes to the graph parser.
415 #[test]
416 fn graph_dispatch_optional_match() {
417 let _ = parse("OPTIONAL MATCH (a) RETURN a");
418 }
419
420 /// `OPTIONAL` followed by something other than `MATCH` must NOT route to
421 /// the graph parser (falls through to DDL families, which return None).

Callers

nothing calls this directly

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected