package octez-shell-libs

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

Generic signature to access files located inside mockup subdirectory

val get : dirname:string -> t

get ~dirname retrieves the full file name of file under dirname. It is expected to be <base_dir>/<mockup_directory>/<basename>

val exists : dirname:string -> bool Lwt.t

exists ~dirname checks whether file is present under dirname

OCaml

Innovation. Community. Security.