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

Method as_any

crates/gitql-core/src/values/row.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

62 }
63
64 fn as_any(&self) -> &dyn Any {
65 self
66 }
67
68 fn eq_op(&self, other: &Box<dyn Value>) -> Result<Box<dyn Value>, String> {
69 if other.as_any().downcast_ref::<RowValue>().is_none() {

Callers 15

equalsMethod · 0.45
eq_opMethod · 0.45
bang_eq_opMethod · 0.45
is_textMethod · 0.45
as_textMethod · 0.45
is_intMethod · 0.45
as_intMethod · 0.45
is_floatMethod · 0.45
as_floatMethod · 0.45
is_boolMethod · 0.45
as_boolMethod · 0.45
is_dateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected