MCPcopy Create free account
hub / github.com/Noumena-Network/code / setLastEmittedDate

Function setLastEmittedDate

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

Source from the content-addressed store, hash-verified

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

Callers 2

getDateChangeAttachmentsFunction · 0.85
clearSessionCachesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected