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

Function getLastEmittedDate

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

Source from the content-addressed store, hash-verified

1676// Last emitted date accessors (for detecting midnight date changes)
1677
1678export function getLastEmittedDate(): string | null {
1679 return STATE.lastEmittedDate
1680}
1681
1682export function setLastEmittedDate(date: string | null): void {
1683 STATE.lastEmittedDate = date

Callers 1

getDateChangeAttachmentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected