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/float.rs:46–48 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
44
}
45
46
fn as_any(&self) -> &dyn Any {
47
self
48
}
49
50
fn add_op(&self, other: &Box<dyn Value>) -> Result<Box<dyn Value>, String> {
51
if let Some(other_int) = other.as_any().downcast_ref::<FloatValue>() {
Callers
12
equals
Method · 0.45
compare
Method · 0.45
add_op
Method · 0.45
sub_op
Method · 0.45
mul_op
Method · 0.45
div_op
Method · 0.45
eq_op
Method · 0.45
bang_eq_op
Method · 0.45
gt_op
Method · 0.45
gte_op
Method · 0.45
lt_op
Method · 0.45
lte_op
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected