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

Method iter

src/expr-test-util/src/lib.rs:768–770  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

766 }
767
768 fn iter(&self) -> impl Iterator<Item = (&String, &ReprRelationType)> {
769 self.objects.iter().map(|(s, (_, typ))| (s, typ))
770 }
771}

Callers 15

parse_let_or_letrec_oldFunction · 0.45
parse_let_or_letrecFunction · 0.45
fix_typesFunction · 0.45
list_scope_referencesMethod · 0.45
build_constantMethod · 0.45
determine_arityFunction · 0.45
find_generic_type_paramsFunction · 0.45
container_idents_matchFunction · 0.45
classify_generic_usageFunction · 0.45
type_contains_identFunction · 0.45

Calls 1

mapMethod · 0.45