{
    "Function": "timestamp",
    "File": "src/libraries/Samples.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Decoder"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "decode"
    ],
    "Low-Level Calls": [],
    "Code": "function timestamp(bytes32 _packedSample) internal pure returns (uint256) {\n        return _packedSample.decode(_MASK_TIMESTAMP, _OFFSET_TIMESTAMP);\n    }"
}