# overlapCount

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/app/app/desk/components/copilotUtils.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/desk/components/copilotUtils.ts#L99)

## Signature

```ts
function overlapCount(a: string, b: string): number
```

## Parameters

| Name | Type |
|---|---|
| `a` | `string` |
| `b` | `string` |

**Returns:** `number`
