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

Function setEmailStateSilently

background.js:1007–1010  ·  view source on GitHub ↗
(email)

Source from the content-addressed store, hash-verified

1005}
1006
1007async function setEmailStateSilently(email) {
1008 await setState({ email });
1009 broadcastDataUpdate({ email });
1010}
1011
1012async function setEmailState(email) {
1013 await setEmailStateSilently(email);

Callers 3

setEmailStateFunction · 0.85
handleStepDataFunction · 0.85
handleMessageFunction · 0.85

Calls 2

setStateFunction · 0.85
broadcastDataUpdateFunction · 0.85

Tested by

no test coverage detected