MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / OfInt

Method OfInt

base/attribute.h:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43 public:
44 static AttributeQualifier OfInt(int64_t value) {
45 return AttributeQualifier(absl::in_place_type<int64_t>, std::move(value));
46 }
47
48 static AttributeQualifier OfUint(uint64_t value) {
49 return AttributeQualifier(absl::in_place_type<uint64_t>, std::move(value));

Callers

nothing calls this directly

Calls 1

AttributeQualifierClass · 0.85

Tested by

no test coverage detected