package dunolint

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

Module Dunolint_engine.Config_cacheSource

Cache for loaded configs to avoid re-parsing the same file multiple times.

Sourcemodule Load_result : sig ... end
Sourcetype t
Sourceval create : Base.unit -> t
Sourceval load_config_in_dir : t -> dir:Fpath_base.Relative_path.t -> Load_result.t