{
    "Function": "initializePublicationCollectModule",
    "File": "contracts/core/modules/collect/RevertCollectModule.sol",
    "Parent Contracts": [
        "contracts/interfaces/ICollectModule.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function initializePublicationCollectModule(\n        uint256 profileId,\n        uint256 pubId,\n        bytes calldata data\n    ) external pure override returns (bytes memory) {\n        return new bytes(0);\n    }"
}