(date: string | null)
| 1660 | } |
| 1661 | |
| 1662 | export function setLastEmittedDate(date: string | null): void { |
| 1663 | STATE.lastEmittedDate = date |
| 1664 | } |
| 1665 | |
| 1666 | export function getAdditionalDirectoriesForClaudeMd(): string[] { |
| 1667 | return STATE.additionalDirectoriesForClaudeMd |
no outgoing calls
no test coverage detected