Reports whether immutable settings for a project have been frozen.

Synopsis

Declared in <folly/settings/Immutables.h>

bool
immutablesFrozen(std::string_view project);

Return Value

true if immutable settings can not be modified, false otherwise.

Parameters

Name

Description

project

The setting project to query.

Created with MrDocs