> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Atif Ancestry

> Lineage node identifying a callable within an ATIF step.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

Lineage node identifying a callable within an ATIF step.

## Fields

### `function_id: String`

Unique identifier for the callable node (scope UUID).

### `function_name: String`

Human-readable name of the callable node.

### `parent_id: Option<String>`

Optional parent callable identifier.

### `parent_name: Option<String>`

Optional parent callable name.

## Trait Implementations

### `impl Clone for AtifAncestry`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtifAncestry`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for AtifAncestry`

<pre />

#### `deserialize`

<pre />

### `impl Serialize for AtifAncestry`

<pre />

#### `serialize`

<pre />