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

Function setLuckmailMailCursorState

background.js:1085–1089  ·  view source on GitHub ↗
(cursor)

Source from the content-addressed store, hash-verified

1083}
1084
1085async function setLuckmailMailCursorState(cursor) {
1086 const normalizedCursor = cursor ? normalizeLuckmailMailCursor(cursor) : null;
1087 await setState({ currentLuckmailMailCursor: normalizedCursor });
1088 return normalizedCursor;
1089}
1090
1091async function clearLuckmailRuntimeState(options = {}) {
1092 const { clearEmail = false } = options;

Callers 2

Calls 2

setStateFunction · 0.85

Tested by

no test coverage detected