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

Function goForwardAction

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

Source from the content-addressed store, hash-verified

273}
274
275function goForwardAction(): GoAction {
276 return {
277 type: "GO",
278 direction: 1,
279 };
280}
281
282function resetSelectionAction(): ResetSelectionNodeAction {
283 return {

Callers 1

useColumnViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected