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

Function getLastEmittedDate

src/bootstrap/state.ts:1658–1660  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1656// Last emitted date accessors (for detecting midnight date changes)
1657
1658export function getLastEmittedDate(): string | null {
1659 return STATE.lastEmittedDate
1660}
1661
1662export function setLastEmittedDate(date: string | null): void {
1663 STATE.lastEmittedDate = date

Callers 1

getDateChangeAttachmentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected