mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
In rust the convention/guideline for getters is not to prefix them with `get_`. This commit changes any `get_` getter function to follow that guideline. See the API Guidelines: https://rust-lang.github.io/api-guidelines/naming.html?highlight=getter#getter-names-follow-rust-convention-c-getter