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

Class Bool

libs/@local/hashql/core/src/module/std_lib/core/bool.rs:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9};
10
11pub(in crate::module::std_lib) struct Bool {
12 _dependencies: (),
13}
14
15impl<'heap> StandardLibraryModule<'heap> for Bool {
16 type Children = ();

Callers 13

sampleMethod · 0.85
value_to_property_valueFunction · 0.85
fromMethod · 0.85
primitive_boolean_trueFunction · 0.85
primitive_boolean_falseFunction · 0.85
union_no_variant_matchesFunction · 0.85
visit_boolMethod · 0.85
into_ownedMethod · 0.85
from_sqlMethod · 0.85
to_cedar_entityMethod · 0.85
to_cedar_entityMethod · 0.85

Calls

no outgoing calls

Tested by 3

primitive_boolean_trueFunction · 0.68
primitive_boolean_falseFunction · 0.68
union_no_variant_matchesFunction · 0.68