↓ 3 callersFunctionvalidate_view_nameValidate a view name. View names must: - Not be empty - Not exceed 255 characters - Not contain invalid characters (/, \, :, *, ?, ", <, >, |, space,
atomic-cli/src/commands/view/new.rs:91
↓ 3 callersMethodwrite_postcard_sectionSerialize a value with postcard, compress with zstd, hash, and write. This is the standard flow for typed metadata sections (HEADER, DEPS, PROVENANCE
atomic-core/src/change/format_v3/writer/helpers.rs:93