package uring

  1. Overview
  2. Docs

Module Uring.ResolveSource

Flags that can be passed to openat2 to control path resolution.

include FLAGS
Sourcetype t = private int

A set of flags.

Sourceval of_int : int -> t
Sourceval (+) : t -> t -> t

a + b is the union of the sets.

Sourceval mem : t -> t -> bool

mem x flags is true iff x is a subset of flags.

Sourceval empty : t
Sourceval beneath : t
Sourceval in_root : t
Sourceval no_xdev : t
Sourceval cached : t
OCaml

Innovation. Community. Security.