Git Source

struct FunctionSignatureStorageSet {
    bool set;
    bytes4 signature;
    PT[] parameterTypes;
}