Module BcfgqSource

Sourcemodule Bcfg_query : sig ... end
Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval validate_pattern : Bcfg_query.pattern -> (unit, [> `Msg of string ]) result
Sourceval validate_expr : Bcfg_query.expr -> (unit, [> `Msg of string ]) result
Sourceval of_string : string -> (Bcfg_query.expr, [> `Msg of string ]) result
Sourceval eval_in_pattern : Bcfg_query.pattern -> bool
Sourceval eval_in_expr : Bcfg_query.expr -> bool
Sourceval is_streamable : Bcfg_query.expr -> bool
Sourceval value_of_directive : Bcfg.directive -> string
Sourceval predicate : root:Bcfg.directive list -> Bcfg_query.pattern -> String.t -> bool