Skip to main content

Module scripts_lane_c

Module scripts_lane_c 

Source
Expand description

Lane C ports for broad ops scripts.

These functions are intentionally not wired into main.rs in this lane. The parent integration lane can expose them as xtask commands after checking command names and wrapper behavior.

Structsยง

BlobSizeOptions ๐Ÿ”’
ChangedBlob
CrawlTarget ๐Ÿ”’
DependencyUpdateOptions ๐Ÿ”’
DirectDependency ๐Ÿ”’
PluginServer ๐Ÿ”’
ReferenceSnapshotEntry ๐Ÿ”’
RefreshDocsOptions ๐Ÿ”’
RepoPack ๐Ÿ”’
RuntimeOptions ๐Ÿ”’
SparseClone ๐Ÿ”’

Enumsยง

RuntimeMode ๐Ÿ”’
SparseCloneMode ๐Ÿ”’

Constantsยง

DEFAULT_BLOB_ALLOWLIST ๐Ÿ”’
DEFAULT_MAX_BYTES ๐Ÿ”’
DEFAULT_RUNTIME_SERVICE ๐Ÿ”’
DEFAULT_RUNTIME_UNIT ๐Ÿ”’
EXIT_POLICIES ๐Ÿ”’
REQUIRED_PLUGIN_FIELDS ๐Ÿ”’

Functionsยง

atomic_replace_dir ๐Ÿ”’
basename ๐Ÿ”’
blob_size ๐Ÿ”’
check_blob_size
check_dependency_updates
check_hook_delegation ๐Ÿ”’
check_plugin_binary_contract ๐Ÿ”’
check_plugin_hook_contract
check_plugin_layout ๐Ÿ”’
check_required_recipes ๐Ÿ”’
check_runtime_current
check_runtime_docker ๐Ÿ”’
check_runtime_systemd ๐Ÿ”’
collect_changed_blobs ๐Ÿ”’
collect_snapshot_entries ๐Ÿ”’
command_exists ๐Ÿ”’
command_output ๐Ÿ”’
command_status ๐Ÿ”’
compose_image ๐Ÿ”’
copy_dir_all ๐Ÿ”’
copy_job_output_to_layout ๐Ÿ”’
count_files ๐Ÿ”’
crawl_docs ๐Ÿ”’
current_dir ๐Ÿ”’
default_blob_base ๐Ÿ”’
default_crawls ๐Ÿ”’
default_plugin_servers ๐Ÿ”’
default_repomix_packs ๐Ÿ”’
dependency_version_req ๐Ÿ”’
detect_runtime_mode ๐Ÿ”’
direct_dependency_status ๐Ÿ”’
dry_run_reports_updates ๐Ÿ”’
ensure_changes_file ๐Ÿ”’
env_path ๐Ÿ”’
extract_direct_deps ๐Ÿ”’
extract_direct_deps_from_toml ๐Ÿ”’
format_kib ๐Ÿ”’
get_changed_paths ๐Ÿ”’
git_output ๐Ÿ”’
git_status ๐Ÿ”’
glob_match ๐Ÿ”’
is_allowlisted ๐Ÿ”’
is_binary_change ๐Ÿ”’
latest_crate_version ๐Ÿ”’
load_allowlist ๐Ÿ”’
newest_domain_run ๐Ÿ”’
pack_repo ๐Ÿ”’
pairs ๐Ÿ”’
parse_allowlist ๐Ÿ”’
parse_axon_job_id ๐Ÿ”’
parse_cargo_search_version ๐Ÿ”’
parse_runtime_mode ๐Ÿ”’
parse_systemd_exec_path ๐Ÿ”’
quoted_prefix ๐Ÿ”’
read_json_file ๐Ÿ”’
reference_change_counts ๐Ÿ”’
refresh_docs
refresh_scope ๐Ÿ”’
require_command ๐Ÿ”’
requirement_is_numeric_prefix ๐Ÿ”’
run_repomix ๐Ÿ”’
run_status ๐Ÿ”’
sha256_file ๐Ÿ”’
shell_quote ๐Ÿ”’
snapshot_references ๐Ÿ”’
sparse_clone_path ๐Ÿ”’
status_line ๐Ÿ”’
strings ๐Ÿ”’
summarize_reference_changes ๐Ÿ”’
tempfile_dir ๐Ÿ”’
tempfile_dir_in ๐Ÿ”’
validate_hook_text ๐Ÿ”’
validate_plugin_setup_stdout ๐Ÿ”’
version_of ๐Ÿ”’
write_blob_step_summary ๐Ÿ”’
write_reference_index ๐Ÿ”’