MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / resetLogSelection

Function resetLogSelection

app/src/state/selectedLogsSlice.ts:65–69  ·  view source on GitHub ↗
(state: State)

Source from the content-addressed store, hash-verified

63});
64
65export const resetLogSelection = (state: State) => {
66 state.selectedLogs.defaultToSelected = false;
67 state.selectedLogs.selectedLogIds = new Set();
68 state.selectedLogs.deselectedLogIds = new Set();
69};

Callers 2

AddToDatasetModalFunction · 0.85
ExportLogsModalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected