MCPcopy Index your code
hub / github.com/codeaashu/claude-code / setLastEmittedDate

Function setLastEmittedDate

src/bootstrap/state.ts:1662–1664  ·  view source on GitHub ↗
(date: string | null)

Source from the content-addressed store, hash-verified

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

Callers 2

getDateChangeAttachmentsFunction · 0.85
clearSessionCachesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected