MCPcopy Create free account
hub / github.com/hashintel/hash / Tuple

Class Tuple

libs/@local/hashql/core/src/value/tuple.rs:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43/// ```
44#[derive(Debug, Clone, PartialOrd, Ord, PartialEq, Eq, Hash)]
45pub struct Tuple<'heap> {
46 values: Rc<[Value<'heap>]>,
47}
48
49impl<'heap> Tuple<'heap> {
50 /// Creates a new [`Tuple`] from values.

Callers 15

tupleMethod · 0.50
postprocess_latticeMethod · 0.50
simplifyMethod · 0.50
instantiateMethod · 0.50
simplify_recursive_tupleFunction · 0.50
serialize_tuple_as_arrayFunction · 0.50
type_kindMethod · 0.50
parse_type_paren_tupleFunction · 0.50

Calls

no outgoing calls

Tested by 2

simplify_recursive_tupleFunction · 0.40
serialize_tuple_as_arrayFunction · 0.40