{
    "Function": "hasSignerVoted",
    "File": "contracts/cgp/auth/MultisigBase.sol",
    "Parent Contracts": [
        "contracts/cgp/interfaces/IMultisigBase.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function hasSignerVoted(address account, bytes32 topic) external view override returns (bool) {\n        return votingPerTopic[signerEpoch][topic].hasVoted[account];\n    }"
}