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

Method With

internal/status_builder.h:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 template <typename Adaptor>
73 auto With(
74 Adaptor&& adaptor) & -> StatusBuilderPurePolicy<Adaptor, StatusBuilder&> {
75 return std::forward<Adaptor>(adaptor)(*this);
76 }
77 template <typename Adaptor>
78 ABSL_MUST_USE_RESULT auto With(
79 Adaptor&&

Callers 15

ValueFromValueFunction · 0.80
SetFieldByNameMethod · 0.80
SetFieldByNumberMethod · 0.80
SetFieldByNameMethod · 0.80
SetFieldByNumberMethod · 0.80
DoEvaluateMethod · 0.80
EvaluateMethod · 0.80
ExtractStringFunction · 0.80
CaptureStringFunction · 0.80
CaptureStringNFunction · 0.80
MapInsertKeyValueFunction · 0.80
MapInsertMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected