Skip to content

Tags: google/crubit

Tags

latest

Toggle latest's commit message
Use std::move when encoding parameters in generate_dyn_callable.

This change ensures that parameters are moved rather than copied when passed to `::crubit::internal::Encode`, which fixes issues where Crubit would try to copy non-copyable types instead of moving them.

PiperOrigin-RevId: 934072542