folly::settings::freezeImmutables

Freezes immutable settings - preventing subsequent mutation attempts. It's up to the caller to call this function after settings have been initialized.

Synopsis

Declared in <folly/settings/Immutables.h>

void
freezeImmutables(F14FastSet<std::string> projects);

Parameters

NameDescription
projectsThe set of setting projects whose immutables to freeze.