MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / as_any

Method as_any

crates/gitql-core/src/values/boolean.rs:53–55  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

51 }
52
53 fn as_any(&self) -> &dyn Any {
54 self
55 }
56
57 fn bang_op(&self) -> Result<Box<dyn Value>, String> {
58 Ok(Box::new(BoolValue::new(!self.value)))

Callers 11

equalsMethod · 0.45
compareMethod · 0.45
logical_or_opMethod · 0.45
logical_and_opMethod · 0.45
logical_xor_opMethod · 0.45
eq_opMethod · 0.45
bang_eq_opMethod · 0.45
gt_opMethod · 0.45
gte_opMethod · 0.45
lt_opMethod · 0.45
lte_opMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected