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

Function isAliasPreserved

background.js:1112–1116  ·  view source on GitHub ↗
(state, email)

Source from the content-addressed store, hash-verified

1110}
1111
1112function isAliasPreserved(state, email) {
1113 const normalizedEmail = String(email || '').trim().toLowerCase();
1114 if (!normalizedEmail) return false;
1115 return Boolean(getPreservedAliasMap(state)[normalizedEmail]);
1116}
1117
1118function getEffectiveUsedEmails(state) {
1119 return toNormalizedEmailSet(getManualAliasUsageMap(state));

Calls 1

getPreservedAliasMapFunction · 0.85

Tested by

no test coverage detected