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

Method field

common/values/parsed_map_field_value.h:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 const google::protobuf::FieldDescriptor* absl_nonnull field() const {
176 ABSL_DCHECK(*this);
177 return field_;
178 }
179
180 // Returns `true` if `ParsedMapFieldValue` is in a valid state.
181 explicit operator bool() const { return field_ != nullptr; }

Callers 15

VisitSelectMethod · 0.45
ExtractFieldPathsFunction · 0.45
CreateFieldTableMethod · 0.45
PostVisitIdentMethod · 0.45
PostVisitSelectMethod · 0.45
CopyMethod · 0.45
BuildMacroCallArgMethod · 0.45
ExtractQualifiedNameMethod · 0.45
BindProtoToActivationFunction · 0.45

Calls

no outgoing calls

Tested by 7

CreateFieldTableMethod · 0.36
PostVisitIdentMethod · 0.36
TESTFunction · 0.36
PostVisitIdentMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36