# hasAtloriaSourceTrailer

**Kind:** Function

**Source:** [`atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts#L16)

True when a commit message carries the Atloria-Source-Commit trailer (any position).

## Signature

```ts
function hasAtloriaSourceTrailer(message: string | null | undefined): boolean
```

## Parameters

| Name | Type |
|---|---|
| `message` | `string | null | undefined` |

**Returns:** `boolean`
