Freezes immutable settings - preventing subsequent mutation attempts. It's up to the caller to call this function after settings have been initialized.
Declared in <folly/settings/Immutables.h>
void
freezeImmutables(F14FastSet<std::string> projects);
| Name | Description |
|---|---|
| projects | The set of setting projects whose immutables to freeze. |