MCPcopy
hub / github.com/xcanwin/KeepChatGPT / shouldDeleteEverChangingRecord

Function shouldDeleteEverChangingRecord

KeepChatGPT.user.js:2116–2123  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

2114 };
2115
2116 const shouldDeleteEverChangingRecord = function (payload) {
2117 return Boolean(
2118 payload &&
2119 (payload.is_visible === false ||
2120 payload.is_archived === true ||
2121 payload.is_hidden === true),
2122 );
2123 };
2124
2125 const parseJsonSafely = function (text, fallback = null) {
2126 try {

Callers 2

hookFetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected