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

Method Build

common/values/struct_value_builder.cc:1458–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1456 }
1457
1458 absl::StatusOr<StructValue> Build() && override {
1459 return std::move(builder_).BuildStruct();
1460 }
1461
1462 private:
1463 MessageValueBuilderImpl builder_;

Callers

nothing calls this directly

Calls 1

BuildStructMethod · 0.80

Tested by

no test coverage detected