# FunctionLockedStorage

Git Source

struct FunctionLockedStorage {
    mapping(bytes4 => bool) locked;
}