MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / ot

Function ot

daily/ydyp.js:2988–2990  ·  view source on GitHub ↗
(e, t, r)

Source from the content-addressed store, hash-verified

2986}
2987
2988function ot(e, t, r) {
2989 return "cloud_app" === e && "month" === t ? [110, 113, 417, 409].includes(r) : "cloud_app" === e && "day" === t ? 404 === r : "email_app" === e && "month" === t && [1004, 1005, 1015, 1020].includes(r)
2990}
2991
2992function nt(e) {
2993 return [e.getFullYear(), String(e.getMonth() + 1).padStart(2, "0"), String(e.getDate()).padStart(2, "0"), String(e.getHours()).padStart(2, "0"), String(e.getMinutes()).padStart(2, "0"), String(e.getSeconds()).padStart(2, "0")].join("")

Callers 1

processTaskListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected