Kind: Function
Source: atloria-monorepo/apps/api/src/git-sync/git-sync.types.ts
True when a commit message carries the Atloria-Source-Commit trailer (any position).
Signature
tsfunction hasAtloriaSourceTrailer(message: string | null | undefined): boolean
Parameters
| Name | Type |
|---|---|
message | `string |
Returns: boolean
Was this page helpful?