ppx_minidebug.db
Minidebug_db.ValueIntern
Content-addressed value storage with O(1) deduplication
ppx_minidebug
ppx_minidebug.client
ppx_minidebug.runtime
type t
Value interning context
val create : Sqlite3.db -> t
Create a new value interning context
val hash_value : string -> string
Hash a string value for content addressing
val intern : t -> value_type:string -> string -> int
Intern a value and return its value_id
val finalize : t -> unit
Finalize prepared statements