generate_stable_id: Generate a stable, content-derived identifier

View source: R/utils_ids.R

generate_stable_idR Documentation

Generate a stable, content-derived identifier

Description

Generates a stable unique identifier by hashing the supplied components. Part of the companion-package extension API (used by aisdk.datatools).

Usage

generate_stable_id(type, ..., prefix = NULL)

Arguments

type

Type of element (e.g. "layer", "guide").

...

Components to include in the ID hash.

prefix

Optional prefix for the ID.

Value

A stable ID string.


aisdk documentation built on May 29, 2026, 9:07 a.m.