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

Method OfString

base/attribute.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 static AttributeQualifier OfString(std::string value) {
53 return AttributeQualifier(absl::in_place_type<std::string>,
54 std::move(value));
55 }
56
57 static AttributeQualifier OfBool(bool value) {
58 return AttributeQualifier(absl::in_place_type<bool>, std::move(value));

Callers

nothing calls this directly

Calls 1

AttributeQualifierClass · 0.85

Tested by

no test coverage detected