package trace-fuchsia

  1. Overview
  2. Docs

Module Trace_fuchsia.BufSource

Sourcetype t = {
  1. buf : bytes;
  2. mutable offset : int;
}
Sourceval empty : t
Sourceval create : int -> t
Sourceval clear : t -> unit
Sourceval available : t -> int
Sourceval size : t -> int
Sourceval is_empty : t -> bool
Sourceval add_i64 : t -> int64 -> unit
Sourceval add_string : t -> string -> unit
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.