isAllowedToSetFirstController
Contract: JBDirectory
Interface: IJBDirectory
Addresses that can set a project's first controller on their behalf. These addresses/contracts have been vetted and verified by this contract's owner.
Definition
/**
  @notice
  Addresses that can set a project's first controller on their behalf. These addresses/contracts have been vetted and verified by this contract's owner.
  _address The address that is either allowed or not.
*/
mapping(address => bool) public override isAllowedToSetFirstController;
- Arguments:
_addressis the address that is either allowed or not.
 - The resulting view function can be accessed externally by anyone.
 - The resulting function overrides a function definition from the 
IJBDirectoryinterface.