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

Method as_any

crates/gitql-core/src/values/array.rs:85–87  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

83 }
84
85 fn as_any(&self) -> &dyn Any {
86 self
87 }
88
89 fn index_op(&self, index: &Box<dyn Value>) -> Result<Box<dyn Value>, String> {
90 if let Some(index) = index.as_any().downcast_ref::<IntValue>() {

Callers 4

equalsMethod · 0.45
index_opMethod · 0.45
slice_opMethod · 0.45
logical_or_opMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected