| 819 | } |
| 820 | |
| 821 | Result<std::unique_ptr<KernelState>> Create() { |
| 822 | RETURN_NOT_OK(VisitTypeInline(type, this)); |
| 823 | return std::move(state); |
| 824 | } |
| 825 | |
| 826 | static Result<std::unique_ptr<KernelState>> Init(KernelContext* ctx, |
| 827 | const KernelInitArgs& args) { |
no test coverage detected