package pfff
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Tools and APIs for program analysis, code visualization, refactoring
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.37.4.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=818ceb6724ebcff9f179bcd6aa566bbb
    
    
  sha512=e64da49c06fbc341ca01fbee4e541d9ab90aa374c1d08152207f9cc130afd779f3e538a7dcc183dd6e2919e235a324acd89583e47c4725c02a5de57e5abec326
    
    
  doc/pfff-h_program-lang/Database_code/index.html
Module Database_code
type entity = {e_kind : Entity_code.entity_kind;e_name : string;e_fullname : string;e_file : Common.filename;e_pos : Common2.filepos;mutable e_number_external_users : int;mutable e_good_examples_of_use : entity_id list;e_properties : Entity_code.property list;
}type database = {root : Common.dirname;dirs : (Common.filename * int) list;files : (Common.filename * int) list;entities : entity array;
}val empty_database : unit -> databaseval load_database : Common.filename -> databaseval save_database : database -> Common.filename -> unitval alldirs_and_parent_dirs_of_relative_dirs : 
  Common.dirname list ->
  Common.dirname listval files_and_dirs_database_from_files : 
  root:Common.dirname ->
  Common.filename list ->
  databaseval adjust_method_or_field_external_users : 
  verbose:bool ->
  entity array ->
  unitval build_top_k_sorted_entities_per_file : 
  k:int ->
  entity array ->
  (Common.filename, entity list) Hashtbl.tval entity_kind_of_highlight_category_def : 
  Highlight_code.category ->
  Entity_code.entity_kind optionval entity_kind_of_highlight_category_use : 
  Highlight_code.category ->
  Entity_code.entity_kind optionval is_entity_def_category : Highlight_code.category -> boolval matching_def_short_kind_kind : 
  Entity_code.entity_kind ->
  Entity_code.entity_kind ->
  boolval matching_use_categ_kind : 
  Highlight_code.category ->
  Entity_code.entity_kind ->
  boolval entity_and_highlight_category_correpondance : 
  entity ->
  Highlight_code.category ->
  bool sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >