MCPcopy
hub / github.com/QLHazyCoder/FlowPilot / setPersistentSettings

Function setPersistentSettings

background.js:925–931  ·  view source on GitHub ↗
(updates)

Source from the content-addressed store, hash-verified

923}
924
925async function setPersistentSettings(updates) {
926 const persistedUpdates = buildPersistentSettingsPayload(updates);
927
928 if (Object.keys(persistedUpdates).length > 0) {
929 await chrome.storage.local.set(persistedUpdates);
930 }
931}
932
933function buildSettingsExportFilename(date = new Date()) {
934 const pad = (value) => String(value).padStart(2, '0');

Callers 4

importSettingsBundleFunction · 0.85
syncHotmailAccountsFunction · 0.85
handleMessageFunction · 0.85

Calls 1

Tested by

no test coverage detected