(date: string | null)
| 1680 | } |
| 1681 | |
| 1682 | export function setLastEmittedDate(date: string | null): void { |
| 1683 | STATE.lastEmittedDate = date |
| 1684 | } |
| 1685 | |
| 1686 | export function getAdditionalDirectoriesForClaudeMd(): string[] { |
| 1687 | return STATE.additionalDirectoriesForClaudeMd |
no outgoing calls
no test coverage detected