Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
function
goToPreviousSibling(): MoveSelectedNodeAction {
315
return
{
316
type
:
"MOVE_UP"
,
317
};
318
}
319
320
function
goToNextSibling(): MoveSelectedNodeAction {
321
return
{
Callers
1
useColumnView
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected