MCPcopy Create free account
hub / github.com/SKVNDR/FastDork / getListUpdatedAtStorageKey

Function getListUpdatedAtStorageKey

Script/FastDork.js:145–148  ·  view source on GitHub ↗
(listKey)

Source from the content-addressed store, hash-verified

143 }
144
145 function getListUpdatedAtStorageKey(listKey) {
146 if (!listKey || listKey === "0") return null;
147 return `${CONSTANTS.LIST_UPDATED_AT_PREFIX}${listKey}`;
148 }
149
150 function formatListUpdatedAt(value) {
151 if (!value) return "";

Callers 4

updatePayloadUpdatedAtFunction · 0.70
createDorkListFunction · 0.70
deleteDorkListFunction · 0.70
saveDorkListContentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected