Skip to main content

render_clip_name

Function render_clip_name 

Source
pub fn render_clip_name(
    request: NamingRequest<'_>,
    config: &NamingConfig,
) -> RenderedName
Expand 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.