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

Method insert

src/avro/src/schema.rs:1027–1030  ·  view source on GitHub ↗
(&mut self, index: usize, schema: NamedSchemaPiece)

Source from the content-addressed store, hash-verified

1025 }
1026
1027 fn insert(&mut self, index: usize, schema: NamedSchemaPiece) {
1028 assert_none!(self.named[index]);
1029 self.named[index] = Some(schema);
1030 }
1031
1032 fn parse_named_type(
1033 &mut self,

Callers 15

fetch_jwksMethod · 0.45
try_newMethod · 0.45
make_big_json_recordFunction · 0.45
headerMethod · 0.45
parse_simpleMethod · 0.45
newMethod · 0.45
alloc_nameMethod · 0.45
parse_named_typeMethod · 0.45
parse_recordMethod · 0.45
parse_enumMethod · 0.45
collect_named_typesMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_record_schemaFunction · 0.36