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

Class String

libs/@local/hashql/core/src/value/primitive/string.rs:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23/// ```
24#[derive(Debug, Copy, Clone, PartialOrd, Ord, PartialEq, Eq, Hash)]
25pub struct String<'heap> {
26 value: Symbol<'heap>,
27}
28
29impl<'heap> String<'heap> {
30 /// Creates a new string literal with the given value.

Callers 15

background.tsFile · 0.85
content.tsFile · 0.85
parseJsonEventDataFunction · 0.85
onDefinitionFunction · 0.85
onInitialStateFunction · 0.85
onTransitionFiringFunction · 0.85
parseJsonFileFunction · 0.85
readJsonFunction · 0.85
padFunction · 0.85

Calls

no outgoing calls

Tested by 14

primitive_dedupFunction · 0.68
serialize_stringFunction · 0.68
str_valueFunction · 0.68
primitive_stringFunction · 0.68
primitive_type_mismatchFunction · 0.68
struct_matching_fieldsFunction · 0.68
tuple_correct_lengthFunction · 0.68
opaque_wraps_innerFunction · 0.68
build_inputsFunction · 0.68
make_entity_uuid_eq_bodyFunction · 0.68