()
| 41 | const firstDayOfTheWeek = getFirstDayOfTheWeek(); |
| 42 | |
| 43 | export function getSnapshot(): Snapshot | undefined { |
| 44 | return dbSnapshot; |
| 45 | } |
| 46 | |
| 47 | export function setSnapshot( |
| 48 | newSnapshot: Snapshot | undefined, |
no outgoing calls
no test coverage detected