Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
equals
Method · 0.45
eq_op
Method · 0.45
bang_eq_op
Method · 0.45
is_text
Method · 0.45
as_text
Method · 0.45
is_int
Method · 0.45
as_int
Method · 0.45
is_float
Method · 0.45
as_float
Method · 0.45
is_bool
Method · 0.45
as_bool
Method · 0.45
is_date
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected