package diffast-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Dirtree.diff_result

method cache_path : string
method all_leaves1 : node_t list
method all_leaves2 : node_t list
method removed : node_t list
method added : node_t list
method modified : node_map
method renamed : node_map
method moved : node_map
method copied : (node_t * node_t list) list
method glued : (node_t list * node_t) list