MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / resetSelectionAction

Function resetSelectionAction

app/useColumnView/index.ts:282–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280}
281
282function resetSelectionAction(): ResetSelectionNodeAction {
283 return {
284 type: "RESET_SELECTION",
285 };
286}
287
288function goToNodeIdAction(
289 nodeId: string,

Callers 1

useColumnViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected