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

Function goToPreviousSibling

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

Source from the content-addressed store, hash-verified

312}
313
314function goToPreviousSibling(): MoveSelectedNodeAction {
315 return {
316 type: "MOVE_UP",
317 };
318}
319
320function goToNextSibling(): MoveSelectedNodeAction {
321 return {

Callers 1

useColumnViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected