Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
pub(in crate::module::std_lib) struct Bool {
12
_dependencies: (),
13
}
14
15
impl<
'heap> StandardLibraryModule<'
heap> for Bool {
16
type Children = ();
Callers
13
sample
Method · 0.85
value_to_property_value
Function · 0.85
from
Method · 0.85
primitive_boolean_true
Function · 0.85
primitive_boolean_false
Function · 0.85
union_no_variant_matches
Function · 0.85
visit_bool
Method · 0.85
into_owned
Method · 0.85
from_sql
Method · 0.85
convert_to_parameter_type
Method · 0.85
to_cedar_entity
Method · 0.85
to_cedar_entity
Method · 0.85
Calls
no outgoing calls
Tested by
3
primitive_boolean_true
Function · 0.68
primitive_boolean_false
Function · 0.68
union_no_variant_matches
Function · 0.68