| 510 | } |
| 511 | |
| 512 | cel::CompilerLibrary NetworkFunctionsCompilerLibrary() { |
| 513 | return cel::CompilerLibrary("cel_codelab.net", ConfigureNetworkFunctions); |
| 514 | } |
| 515 | |
| 516 | absl::Status RegisterNetworkTypes(cel::TypeRegistry& registry, |
| 517 | const cel::RuntimeOptions& options) { |