pub fn render_clip_name(
request: NamingRequest<'_>,
config: &NamingConfig,
) -> RenderedNameExpand description
Render one clip’s relative path in isolation.
Unlike render_clip_names, this does not apply whole-library id
disambiguation: a lone clip cannot know whether another clip shares its
{id8}, so only the plural form (reached via
build_desired) appends the stable full-id
suffix for an id8-twin. Callers that need that stability must batch through
the plural form.