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

Class Integer

libs/@local/hashql/core/src/value/primitive/integer.rs:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37/// ```
38#[derive(Debug, Copy, Clone, PartialOrd, Ord, PartialEq, Eq, Hash)]
39pub struct Integer<'heap> {
40 value: Symbol<'heap>,
41}
42
43impl<'heap> Integer<'heap> {
44 /// Creates a new integer literal without checking the value.

Callers 15

runMethod · 0.85
serialize_boolean_trueFunction · 0.85
serialize_boolean_falseFunction · 0.85
serialize_integerFunction · 0.85
serialize_opaque_unwrapsFunction · 0.85
serialize_listFunction · 0.85
decode_unknownMethod · 0.85
decodeMethod · 0.85
timestamp_valueFunction · 0.85

Calls

no outgoing calls

Tested by 15

serialize_boolean_trueFunction · 0.68
serialize_boolean_falseFunction · 0.68
serialize_integerFunction · 0.68
serialize_opaque_unwrapsFunction · 0.68
serialize_listFunction · 0.68
timestamp_valueFunction · 0.68
entry_function_with_argsFunction · 0.68
input_load_returns_valueFunction · 0.68