Reports whether immutable settings for a project have been frozen.
Declared in <folly/settings/Immutables.h>
bool
immutablesFrozen(std::string_view project);
true if immutable settings can not be modified, false otherwise.
| Name | Description |
|---|---|
| project | The setting project to query. |