package frama-c

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

Module Data.StaticSource

Builds an indexer that does not depend on current project.

Parameters

module M : Map
module _ : Info

Signature

include S with type t = M.key
Sourcetype t = M.key
Sourceval of_json : json -> t
Sourceval to_json : t -> json
Sourceval get : t -> int
Sourceval find : int -> t
Sourceval remove : t -> unit

Remove item from index tables. Use with extreme care.

Sourceval clear : unit -> unit

Clear index tables. Use with extreme care.

OCaml

Innovation. Community. Security.