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

Method Build

runtime/runtime_builder.h:68–70  ·  view source on GitHub ↗

Return the built runtime. The builder is left in an undefined state after this call and cannot be reused.

Source from the content-addressed store, hash-verified

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;

Callers 4

ListUnwrapOptFunction · 0.45
CreateCompilerFunction · 0.45
ConfigureRuntimeImplFunction · 0.45
ConcatListFunction · 0.45

Calls

no outgoing calls

Tested by 2

CreateCompilerFunction · 0.36
ConfigureRuntimeImplFunction · 0.36