Skip to main content

BUILTIN

Constant BUILTIN 

Source
pub const BUILTIN: &[&str];
Expand description

Commands trusted as read-only — ct-test’s entire, fixed allowlist.

Deliberately small and conservative: names whose ordinary use has no side effects. (find is excluded: -delete/-exec make it not read-only; the umbrella ct and the dispatching/mutating ct-test/ct-each/ct-edit/ ct-patch/ct-rules/ct-await are excluded because they can change state or dispatch — the read-only ct-search, ct-outline, ct-tree, ct-view, ct-check, and ct-deps (whose cargo metadata source is forced --locked --offline) are included.) There is no run-time mechanism to add to this list.