MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / parse_def

Function parse_def

src/expr-parser/src/parser.rs:1433–1435  ·  view source on GitHub ↗
(ctx: CtxRef, input: ParseStream)

Source from the content-addressed store, hash-verified

1431 use super::*;
1432
1433 pub fn parse_def(ctx: CtxRef, input: ParseStream) -> syn::Result<Def> {
1434 parse_def_source(ctx, input) // only one variant for now
1435 }
1436
1437 fn parse_def_source(ctx: CtxRef, input: ParseStream) -> syn::Result<Def> {
1438 let reduce = input.parse::<def::DefSource>()?;

Callers 1

try_parse_defFunction · 0.85

Calls 1

parse_def_sourceFunction · 0.85

Tested by

no test coverage detected