2021-11-09 23:13:30 +00:00
|
|
|
"Public API"
|
|
|
|
|
|
|
|
load("//lib/private:utils.bzl", "utils")
|
|
|
|
|
2022-10-26 19:30:08 +00:00
|
|
|
default_timeout = utils.default_timeout
|
|
|
|
file_exists = utils.file_exists
|
2021-11-09 23:13:30 +00:00
|
|
|
glob_directories = utils.glob_directories
|
2022-10-26 19:30:08 +00:00
|
|
|
is_bazel_6_or_greater = utils.is_bazel_6_or_greater
|
2023-03-24 14:37:45 +00:00
|
|
|
is_bzlmod_enabled = utils.is_bzlmod_enabled
|
2022-10-26 19:30:08 +00:00
|
|
|
is_external_label = utils.is_external_label
|
2022-10-27 22:55:57 +00:00
|
|
|
maybe_http_archive = utils.maybe_http_archive
|
2021-11-09 23:13:30 +00:00
|
|
|
path_to_workspace_root = utils.path_to_workspace_root
|
|
|
|
propagate_well_known_tags = utils.propagate_well_known_tags
|
|
|
|
to_label = utils.to_label
|
2023-03-04 02:23:17 +00:00
|
|
|
consistent_label_str = utils.consistent_label_str
|