Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Inequal
Function
Inequal
runtime/standard/equality_functions.cc:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
// Comparison template functions
76
template <class Type>
77
absl::optional<bool> Inequal(Type lhs, Type rhs) {
78
return lhs != rhs;
79
}
80
81
template <>
82
absl::optional<bool> Inequal(const StringValue& lhs, const StringValue& rhs) {
Callers
nothing calls this directly
Calls
2
Equals
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected