Return the built runtime. The builder is left in an undefined state after this call and cannot be reused.
| 66 | // The builder is left in an undefined state after this call and cannot be |
| 67 | // reused. |
| 68 | absl::StatusOr<std::unique_ptr<Runtime>> Build() && { |
| 69 | return std::move(runtime_); |
| 70 | } |
| 71 | |
| 72 | private: |
| 73 | friend class runtime_internal::RuntimeFriendAccess; |
no outgoing calls