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

Function scheduleEverChangingAttach

KeepChatGPT.user.js:1956–1963  ·  view source on GitHub ↗
(kec_object, delay = 180)

Source from the content-addressed store, hash-verified

1954 };
1955
1956 const scheduleEverChangingAttach = function (kec_object, delay = 180) {
1957 if (global.kecAttachTimer) {
1958 clearTimeout(global.kecAttachTimer);
1959 }
1960 global.kecAttachTimer = setTimeout(function () {
1961 attachDate(kec_object);
1962 }, delay);
1963 };
1964
1965 const flattenConversationText = function (value) {
1966 if (value === null || value === undefined) {

Callers 4

hookFetchFunction · 0.85
everChangingFunction · 0.85

Calls 1

attachDateFunction · 0.85

Tested by

no test coverage detected