MCPcopy Create free account
hub / github.com/massCodeIO/massCode / markUserEdit

Function markUserEdit

src/renderer/composables/useStorageMutation.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11export function markUserEdit(): void {
12 lastEditTimestamp = Date.now()
13}
14
15export function shouldSkipStorageSyncRefresh(): boolean {
16 const now = Date.now()

Callers 6

addToUpdateQueueFunction · 0.90
addToUpdateContentQueueFunction · 0.90
updateSheetFunction · 0.90
saveDrawingContentFunction · 0.90
useHttpRequests.tsFile · 0.90
addToUpdateQueueFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected