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

Method SetFieldByName

common/values/struct_value_builder.cc:1421–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419 : builder_(arena, descriptor_pool, message_factory, message) {}
1420
1421 absl::StatusOr<absl::optional<ErrorValue>> SetFieldByName(
1422 absl::string_view name, Value value) override {
1423 return builder_.SetFieldByName(name, std::move(value));
1424 }
1425
1426 absl::StatusOr<absl::optional<ErrorValue>> SetFieldByNumber(
1427 int64_t number, Value value) override {

Callers 2

TEST_FFunction · 0.45
SetFieldByNameMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36