{
    "Function": "callStorage",
    "File": "contracts/basket/contracts/facets/Call/LibCallStorage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function callStorage() internal pure returns (CallStorage storage cs) {\n        bytes32 position = CALL_STORAGE_POSITION;\n        assembly {\n            cs.slot := position\n        }\n    }"
}