Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ OfBool
Method
OfBool
base/attribute.h:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
static AttributeQualifier OfBool(bool value) {
58
return AttributeQualifier(absl::in_place_type<bool>, std::move(value));
59
}
60
61
AttributeQualifier() = default;
62
Callers
nothing calls this directly
Calls
1
AttributeQualifier
Class · 0.85
Tested by
no test coverage detected