Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_set_op
Method
is_set_op
nodedb/src/control/promql/ast.rs:150–152 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
148
}
149
150
pub fn is_set_op(&self) -> bool {
151
matches!(self, Self::And | Self::Or | Self::Unless)
152
}
153
}
154
155
/// Aggregation operators.
Callers
2
parse_expr
Method · 0.80
eval_vector_binop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected