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

Function broadcastAccountRunHistoryUpdate

background.js:4825–4833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4823});
4824
4825async function broadcastAccountRunHistoryUpdate() {
4826 if (!accountRunHistoryHelpers?.getPersistedAccountRunHistory) {
4827 return [];
4828 }
4829
4830 const history = await accountRunHistoryHelpers.getPersistedAccountRunHistory();
4831 broadcastDataUpdate({ accountRunHistory: history });
4832 return history;
4833}
4834
4835async function appendAndBroadcastAccountRunRecord(status, stateOverride = null, reason = '') {
4836 if (!accountRunHistoryHelpers?.appendAccountRunRecord) {

Callers 1

Calls 1

broadcastDataUpdateFunction · 0.85

Tested by

no test coverage detected