MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / getPersistedSettings

Function getPersistedSettings

background.js:864–867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

862}
863
864async function getPersistedSettings() {
865 const stored = await chrome.storage.local.get([...PERSISTED_SETTING_KEYS, ...LEGACY_AUTO_STEP_DELAY_KEYS]);
866 return buildPersistentSettingsPayload(stored, { fillDefaults: true });
867}
868
869async function getPersistedAliasState() {
870 try {

Callers 3

getStateFunction · 0.85
exportSettingsBundleFunction · 0.85
resetStateFunction · 0.85

Calls 1

Tested by

no test coverage detected