
Generate a stable hash for an AST or multimod object (excluding internal hash fields)
Source:R/ast-classes.R
node_hash.Rd
Generate a stable hash for an AST or multimod object (excluding internal hash fields)
Examples
ast <- ast_expression("+", ast_variable("x"), ast_constant(5))
hash <- node_hash(ast)