{
    "Function": "_getNodePath",
    "File": "packages/protocol/contracts/thirdparty/optimism/trie/MerkleTrie.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "Bytes",
        "RLPReader"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "toNibbles",
        "readBytes"
    ],
    "Low-Level Calls": [],
    "Code": "function _getNodePath(TrieNode memory _node) private pure returns (bytes memory nibbles_) {\n        nibbles_ = Bytes.toNibbles(RLPReader.readBytes(_node.decoded[0]));\n    }"
}