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

Function getPreservedAliasMap

background.js:1108–1110  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

1106}
1107
1108function getPreservedAliasMap(state) {
1109 return normalizeBooleanMap(state?.preservedAliases);
1110}
1111
1112function isAliasPreserved(state, email) {
1113 const normalizedEmail = String(email || '').trim().toLowerCase();

Callers 6

isAliasPreservedFunction · 0.85
listIcloudAliasesFunction · 0.85
deleteIcloudAliasFunction · 0.85
fetchIcloudHideMyEmailFunction · 0.85

Calls 1

normalizeBooleanMapFunction · 0.85

Tested by

no test coverage detected