{
    "Function": "protocol",
    "File": "src/libraries/ProtocolLib.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function protocol(Address self) internal pure returns (Protocol) {\n        // there is no need to mask because protocol is stored in the highest 3 bits\n        return Protocol((Address.unwrap(self) >> _PROTOCOL_OFFSET));\n    }"
}