aboutsummaryrefslogtreecommitdiff
path: root/src/mod_vcard_mnesia_opt.erl
blob: a128c086daea9271dca0cd1603b78016b22fcec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
%% Generated automatically
%% DO NOT EDIT: run `make options` instead

-module(mod_vcard_mnesia_opt).

-export([search_all_hosts/1]).

-spec search_all_hosts(gen_mod:opts() | global | binary()) -> boolean().
search_all_hosts(Opts) when is_map(Opts) ->
    gen_mod:get_opt(search_all_hosts, Opts);
search_all_hosts(Host) ->
    gen_mod:get_module_opt(Host, mod_vcard, search_all_hosts).